mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 08:31:50 +01:00
29 lines
758 B
Plaintext
29 lines
758 B
Plaintext
# 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"
|