mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 19:36:48 +02:00
25 lines
746 B
Text
25 lines
746 B
Text
# Maintainer: Will Sinatra <wpsinatra@gmail.com>
|
|
# Contributor: Will Sinatra <wpsinatra@gmail.com>
|
|
pkgname=paraexec
|
|
pkgver=1.0
|
|
pkgrel=3
|
|
pkgdesc="Asychronous Execution Program"
|
|
url="https://gitlab.com/Durrendal/Paraexec"
|
|
arch="x86_64"
|
|
license="GPL-3.0-only"
|
|
depends="sbcl"
|
|
source="$pkgname.tar.bz2::https://gitlab.com/Durrendal/Paraexec/-/archive/$pkgver/Paraexec-$pkgver.tar.bz2"
|
|
options="!check !strip" #No Checks #Stripping causes malfunction
|
|
builddir="$srcdir/Paraexec-$pkgver"
|
|
|
|
build() {
|
|
make
|
|
}
|
|
|
|
package() {
|
|
install -Dm755 "$builddir"/src/paraexec "$pkgdir"/usr/bin/paraexec
|
|
}
|
|
|
|
sha512sums="
|
|
b3d04931dbc3fd8af54b304071f4921cf4089f109f487ad0424c2b015ec2d968a34640e83104018d600a42630271c593191921377a6ab696a3d7a8af17623b6f paraexec.tar.bz2
|
|
"
|