mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/opmsg initial commit
This commit is contained in:
parent
97f832b1bb
commit
692bb4941e
28
testing/opmsg/APKBUILD
Normal file
28
testing/opmsg/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Contributor: stef <l0ls0fo2i@ctrlc.hu>
|
||||
# Maintainer:
|
||||
pkgname=opmsg
|
||||
pkgver=1.76
|
||||
pkgrel=0
|
||||
pkgdesc="opmsg gpg-like encryption system"
|
||||
url="https://github.com/stealth/opmsg"
|
||||
arch="all"
|
||||
license="GPL3+"
|
||||
depends=""
|
||||
makedepends="libressl-dev"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/stealth/opmsg/archive/rel-${pkgver}s.tar.gz"
|
||||
builddir="$srcdir/$pkgname-rel-${pkgver}s"
|
||||
|
||||
build() {
|
||||
cd "$builddir/src"
|
||||
make DEFS="-DHAVE_BN_GENCB_NEW=0 -DHAVE_LIBRESSL" opmsg opmux
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir/src"
|
||||
mkdir -p "$pkgdir"/usr/bin
|
||||
cp opmsg opmux "$pkgdir"/usr/bin
|
||||
}
|
||||
|
||||
sha512sums="b2605d73295722a9d66b9add60f7d4c765bef5abc45bcddf77239b590fda54b84ff79c8e7cf64749b90d349809311a3bcb453a2deec2bb785a2c2fde2c58d85b opmsg-1.76.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user