Skip to content
Snippets Groups Projects
Commit 3e09dde9 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

main/p7zip: modernize

parent a84662c7
1 merge request!30689main/p7zip: modernize
Pipeline #110391 passed
......@@ -3,15 +3,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=p7zip
pkgver=17.04
pkgrel=1
pkgdesc="command-line port of the 7zip compression utility"
pkgrel=2
pkgdesc="Command-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-v17.04.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment