mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
New package: lzfse-1.0
This commit is contained in:
parent
1af89d6d1f
commit
e005b051a4
2 changed files with 25 additions and 0 deletions
1
srcpkgs/lzfse-devel
Symbolic link
1
srcpkgs/lzfse-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
lzfse
|
24
srcpkgs/lzfse/template
Normal file
24
srcpkgs/lzfse/template
Normal 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
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue