mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-03 10:33:06 +02:00
New package: sfsexp-1.4.1.
This commit is contained in:
parent
dc27233cc3
commit
774cd0512e
3 changed files with 30 additions and 0 deletions
|
@ -4570,3 +4570,4 @@ 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
|
||||
libsexp.so.1 sfsexp-1.4.1
|
||||
|
|
1
srcpkgs/sfsexp-devel
Symbolic link
1
srcpkgs/sfsexp-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
sfsexp
|
28
srcpkgs/sfsexp/template
Normal file
28
srcpkgs/sfsexp/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'sfsexp'
|
||||
pkgname=sfsexp
|
||||
version=1.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake autoconf libtool m4"
|
||||
short_desc="Small Fast S-Expression Library"
|
||||
maintainer="rookiejet <void@illumed.net>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/mjsottile/sfsexp"
|
||||
changelog="https://github.com/mjsottile/sfsexp/releases"
|
||||
distfiles="https://github.com/mjsottile/sfsexp/releases/download/v${version}/sfsexp-${version}.tar.gz"
|
||||
checksum=15e9a18bb0d5c3c5093444a9003471c2d25ab611b4219ef1064f598668723681
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
sfsexp-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue