Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
0cad979f
Commit
0cad979f
authored
7 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
main/asciidoctor: upgrade to 1.5.6.1 and modernize abuild
parent
d7292029
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/asciidoctor/APKBUILD
+17
-21
17 additions, 21 deletions
main/asciidoctor/APKBUILD
with
17 additions
and
21 deletions
main/asciidoctor/APKBUILD
+
17
−
21
View file @
0cad979f
# Contributor: Seung Soo Mun <hamletmun@gmail.com>
# Contributor: Seung Soo Mun <hamletmun@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
_gemname
=
asciidoctor
pkgname
=
asciidoctor
pkgname
=
$_gemname
pkgver
=
1.5.6.1
pkgver
=
1.5.5
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"A text processor for converting AsciiDoc markup into HTML 5, DocBook 4.5 and other formats"
pkgdesc
=
"A text processor for converting AsciiDoc markup into HTML 5, DocBook 4.5 and other formats."
url
=
"http://rubygems.org/gems/
$pkgname
"
url
=
"http://rubygems.org/gems/
$_gemname
"
arch
=
"noarch"
arch
=
"noarch"
license
=
"MIT"
license
=
"MIT"
depends
=
"ruby"
depends
=
"ruby"
makedepends
=
""
source
=
"http://gems.rubyforge.org/gems/
$pkgname
-
$pkgver
.gem"
source
=
"http://gems.rubyforge.org/gems/
$_gemname
-
$pkgver
.gem"
build
()
{
return
0
}
package
()
{
package
()
{
local
_
gemdir
=
"
$(
ruby
-rubygems
-e
'puts Gem.default_dir'
)
"
local
gemdir
=
"
$(
ruby
-rubygems
-e
'puts Gem.default_dir'
)
"
gem
install
--local
--install-dir
"
$pkgdir
"
/
$_gemdir
\
gem
install
\
--ignore-dependencies
--verbose
--no-document
\
--local
\
"
$srcdir
"
/
$_gemname
-
$pkgver
.gem
||
return
1
--install-dir
"
$pkgdir
"
/
$gemdir
\
--ignore-dependencies
\
--verbose
\
--no-document
\
"
$srcdir
"
/
$pkgname
-
$pkgver
.gem
rm
-rf
"
$pkgdir
"
/
$
_
gemdir
/cache
rm
-rf
"
$pkgdir
"
/
$gemdir
/cache
cd
"
$pkgdir
"
cd
"
$pkgdir
"
for
i
in
usr/lib/ruby/gems/
*
/bin/
*
;
do
local
i
;
for
i
in
usr/lib/ruby/gems/
*
/bin/
*
;
do
if
[
-e
"
$i
"
]
;
then
if
[
-e
"
$i
"
]
;
then
mkdir
-p
"
$pkgdir
"
/usr/bin
mkdir
-p
"
$pkgdir
"
/usr/bin
ln
-s
/
$i
"
$pkgdir
"
/usr/bin/
ln
-s
/
$i
"
$pkgdir
"
/usr/bin/
...
@@ -34,6 +32,4 @@ package() {
...
@@ -34,6 +32,4 @@ package() {
done
done
}
}
md5sums
=
"c6ef0cdd20c48687d9f9afcb22ca76d0 asciidoctor-1.5.5.gem"
sha512sums
=
"cb23ab539b16b064e4a21575420abdaab34e20b7650a43b47df68ded1a424d1ab265c88102d4f3d3422bd30952fd93db7de254d61fdc253d17ffd93f1345bcdf asciidoctor-1.5.6.1.gem"
sha256sums
=
"87effa3de95919df880aab04c6c29c89255ce671abce361da476208734a5424e asciidoctor-1.5.5.gem"
sha512sums
=
"31876c94dab7eba96baaa273e02a54afb23b5b666eb504e26518103350c9c872db9c1d88965a6d8023fa02a1eee05a4abe984b545859d8d92897d6d799f70335 asciidoctor-1.5.5.gem"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment