2025-01-13 08:42:37 -05:00

24 lines
605 B
Bash

# Template file for 'lzfse'
pkgname=lzfse
version=1.0
revision=2
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
}
}