New package: libb2 0.98.1
This commit is contained in:
parent
efbc7bda15
commit
4eb0f065ea
|
@ -48,6 +48,7 @@ libpcprofile.so glibc-2.32_1
|
|||
libcidn.so.1 glibc-2.32_1
|
||||
libmvec.so.1 glibc-2.32_1
|
||||
libz.so.1 zlib-1.2.3_1
|
||||
libb2.so.1 libb2-0.98.1_1
|
||||
libbz2.so.1 bzip2-1.0.5_1
|
||||
libarchive.so.13 libarchive-3.5.1_2
|
||||
libcc1.so.0 gcc-6.2.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libb2
|
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'libb2'
|
||||
pkgname=libb2
|
||||
version=0.98.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool pkg-config"
|
||||
short_desc="BLAKE2 cryptographic hash function"
|
||||
maintainer="Pierre Bourgin <pierre.bourgin@free.fr>"
|
||||
license="CC0-1.0"
|
||||
homepage="https://www.blake2.net/"
|
||||
distfiles="https://github.com/BLAKE2/libb2/archive/v${version}.tar.gz"
|
||||
checksum=10053dbc2fa342516b780a6bbf6e7b2a2360b8d49c5ac426936bf3df82526732
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libb2-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue