New package: fswatch-1.11.2. (#9721)
This commit is contained in:
parent
92c8271630
commit
e8744c642f
3 changed files with 27 additions and 0 deletions
|
@ -2912,3 +2912,4 @@ libopenglrecorder.so.0 libopenglrecorder-0.1.0_1
|
||||||
libgpod.so.4 libgpod-0.8.3_1
|
libgpod.so.4 libgpod-0.8.3_1
|
||||||
libi2c.so.0 i2c-tools-4.0_1
|
libi2c.so.0 i2c-tools-4.0_1
|
||||||
libairspy.so.0 libairspy-1.0.9_1
|
libairspy.so.0 libairspy-1.0.9_1
|
||||||
|
libfswatch.so.9 fswatch-1.11.2_1
|
||||||
|
|
1
srcpkgs/fswatch-devel
Symbolic link
1
srcpkgs/fswatch-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
fswatch
|
25
srcpkgs/fswatch/template
Normal file
25
srcpkgs/fswatch/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'fswatch'
|
||||||
|
pkgname=fswatch
|
||||||
|
version=1.11.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A cross-platform file change monitor with multiple backends"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="GPL-3"
|
||||||
|
homepage="https://emcrisostomo.github.io/fswatch/"
|
||||||
|
distfiles="https://github.com/emcrisostomo/fswatch/releases/download/${version}/fswatch-${version}.tar.gz"
|
||||||
|
checksum=b7dadb84848ce666aac0311f9b4c739fbfee6a90c6097807a1f45ad4367294c2
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv6l-musl) LDFLAGS=" -latomic" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
fswatch-devel_package() {
|
||||||
|
depends="fswatch>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/include
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue