mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-06 17:22:07 +01:00
38 lines
867 B
Plaintext
38 lines
867 B
Plaintext
# Contributor: Fabricio Silva <hi@fabricio.dev>
|
|
# Maintainer: Fabricio Silva <hi@fabricio.dev>
|
|
pkgname=par2cmdline-turbo
|
|
pkgver=1.1.0
|
|
pkgrel=0
|
|
pkgdesc="par2cmdline x ParPar: speed focused par2cmdline fork"
|
|
url="https://github.com/animetosho/par2cmdline-turbo"
|
|
arch="x86 x86_64 aarch64 armv7"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="automake autoconf"
|
|
subpackages="$pkgname-doc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/animetosho/par2cmdline-turbo/archive/v$pkgver.tar.gz"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
|
|
update_config_sub
|
|
update_config_guess
|
|
}
|
|
|
|
build() {
|
|
./automake.sh
|
|
./configure --prefix=/usr
|
|
make
|
|
}
|
|
|
|
check() {
|
|
make check
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
2999d21d446502ddc6c145dfa9f005d4f6bb5afcf7c40975759214c37936d0def7194c92b21591ee09845de43e8c4fbe14ae9f2a6401fbfe35c523cf2890103c par2cmdline-turbo-1.1.0.tar.gz
|
|
"
|