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
3e09dde9
Commit
3e09dde9
authored
3 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
main/p7zip: modernize
parent
a84662c7
Loading
Loading
1 merge request
!30689
main/p7zip: modernize
Pipeline
#110391
passed
3 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/p7zip/APKBUILD
+9
-5
9 additions, 5 deletions
main/p7zip/APKBUILD
with
9 additions
and
5 deletions
main/p7zip/APKBUILD
+
9
−
5
View file @
3e09dde9
...
...
@@ -3,15 +3,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
p7zip
pkgver
=
17.04
pkgrel
=
1
pkgdesc
=
"
c
ommand-line port of the 7zip compression utility"
pkgrel
=
2
pkgdesc
=
"
C
ommand-line port of the 7zip compression utility"
url
=
"https://github.com/jinfeihan57/p7zip"
# armhf: ftbfs, sigbus
arch
=
"all !armhf"
license
=
"LGPL-2.0-or-later"
subpackages
=
"
$pkgname
-doc"
makedepends
=
"bash yasm nasm"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/jinfeihan57/p7zip/archive/refs/tags/v17.04.tar.gz"
makedepends
=
"
bash
nasm
yasm
"
source
=
"https://github.com/jinfeihan57/p7zip/archive/v
$pkgver
/p7zip-v
$pkgver
.tar.gz"
case
"
$CARCH
"
in
s390x
)
options
=
"
$options
!check"
;;
# dealocks on s390x
...
...
@@ -61,5 +65,5 @@ package() {
}
sha512sums
=
"
ad176db5b657b1c39584f6792c47978d94f2f1ccb1cf5bdb0f52ab31a7356b3822f4a922152c4253f4aa7e79166ba052b6592530b7a38f548cd555fe9c008be3 p7zip-17.04.tar.gz
ad176db5b657b1c39584f6792c47978d94f2f1ccb1cf5bdb0f52ab31a7356b3822f4a922152c4253f4aa7e79166ba052b6592530b7a38f548cd555fe9c008be3 p7zip-
v
17.04.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