🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223
pkgname: libb2
pkgver: '0.98.1'
pkgrel: '2'
pkgdesc: 'C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions'
url: 'https://blake2.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/BLAKE2/libb2/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--disable-native --enable-fat
make
make DESTDIR=${PKGDIR} install
package: |
true