New package: libblake3-1.8.2
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
8c9aa19f8a
commit
5aa2b71d07
@@ -4569,3 +4569,4 @@ libkwin.so.6 kwin-6.3.3.1_1
|
||||
libkwin-x11.so.6 kwin-x11-6.4.3_1
|
||||
libdatovka.so.8 libdatovka-0.7.0_1
|
||||
libhyprutils.so.6 hyprutils-0.7.1_1
|
||||
libblake3.so.0 libblake3-1.8.2_1
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
libblake3
|
||||
@@ -0,0 +1,24 @@
|
||||
# Template file for 'libblake3'
|
||||
pkgname=libblake3
|
||||
version=1.8.2
|
||||
revision=1
|
||||
build_wrksrc=c
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||
short_desc="Blake3 libraries"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/BLAKE3-team/BLAKE3"
|
||||
distfiles="https://github.com/BLAKE3-team/BLAKE3/archive/refs/tags/$version.tar.gz"
|
||||
checksum=6b51aefe515969785da02e87befafc7fdc7a065cd3458cf1141f29267749e81f
|
||||
|
||||
libblake3-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user