New package: lzfse-1.0

This commit is contained in:
dkwo 2023-04-11 16:22:47 -04:00 committed by classabbyamp
parent 1af89d6d1f
commit e005b051a4
2 changed files with 25 additions and 0 deletions

1
srcpkgs/lzfse-devel Symbolic link
View file

@ -0,0 +1 @@
lzfse

24
srcpkgs/lzfse/template Normal file
View file

@ -0,0 +1,24 @@
# Template file for 'lzfse'
pkgname=lzfse
version=1.0
revision=1
build_style=cmake
short_desc="LZFSE compression library and command line tool"
maintainer="dkwo <npiazza@disroot.org>"
license="BSD-3-Clause"
homepage="https://github.com/lzfse/lzfse"
distfiles="https://github.com/lzfse/lzfse/archive/refs/tags/lzfse-${version}.tar.gz"
checksum=cf85f373f09e9177c0b21dbfbb427efaedc02d035d2aade65eb58a3cbf9ad267
post_install() {
vlicense LICENSE
}
lzfse-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include/lzfse.h
vmove usr/lib/liblzfse.so
}
}