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
a041d7d3
Commit
a041d7d3
authored
5 years ago
by
Leo
Committed by
Francesco Colista
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/atool: modernize
parent
c6f64840
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/atool/APKBUILD
+16
-14
16 additions, 14 deletions
testing/atool/APKBUILD
with
16 additions
and
14 deletions
testing/atool/APKBUILD
+
16
−
14
View file @
a041d7d3
...
@@ -2,29 +2,31 @@
...
@@ -2,29 +2,31 @@
# Maintainer: Camille Scholtz <onodera@openmailbox.org>
# Maintainer: Camille Scholtz <onodera@openmailbox.org>
pkgname
=
atool
pkgname
=
atool
pkgver
=
0.39.0
pkgver
=
0.39.0
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"a Perl script for managing file archives of various types"
pkgdesc
=
"a Perl script for managing file archives of various types"
url
=
"http://nongnu.org/atool"
options
=
"!check"
# No testsuite
url
=
"https://nongnu.org/atool/"
arch
=
"noarch"
arch
=
"noarch"
license
=
"GPL-3.0"
license
=
"GPL-3.0
-or-later
"
depends
=
"perl"
depends
=
"perl"
depends_dev
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-bash-completion:bashcomp:noarch"
makedepends
=
"perl"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"https://savannah.nongnu.org/download/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
source
=
"https://savannah.nongnu.org/download/
$pkgname
/
$pkgname
-
$pkgver
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
build
()
{
cd
"
$builddir
"
./configure
--prefix
=
/usr
./configure
--prefix
=
/usr
||
retrun 1
}
}
package
()
{
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
}
bashcomp
()
{
depends
=
""
pkgdesc
=
"Bash completions for
$pkgname
"
install_if
=
"
$pkgname
=
$pkgver
-r
$pkgrel
bash-completion"
install
-Dm644
"
$builddir
"
/extra/bash-completion-atool_0.1-1
\
"
$subpkgdir
"
/usr/share/bash-completion/completions/atool
}
}
md5sums
=
"e0aa006decbc6484b9dba2879f1bb9f0 atool-0.39.0.tar.gz"
sha256sums
=
"aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b atool-0.39.0.tar.gz"
sha512sums
=
"2011c13f510a140e71d26f9eac60d07f2cb9004dc278303fd37c5c7f78a6a2366ad9193e7b4e015d9fba8218c59205a6339189ae4775b0afc42328f9607524d3 atool-0.39.0.tar.gz"
sha512sums
=
"2011c13f510a140e71d26f9eac60d07f2cb9004dc278303fd37c5c7f78a6a2366ad9193e7b4e015d9fba8218c59205a6339189ae4775b0afc42328f9607524d3 atool-0.39.0.tar.gz"
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