New package: acfgfs-0.5.5
This commit is contained in:
parent
309b7aed38
commit
2144633c48
1 changed files with 24 additions and 0 deletions
24
srcpkgs/acfgfs/template
Normal file
24
srcpkgs/acfgfs/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'acfgfs'
|
||||||
|
# needs to be synced with the arcan package
|
||||||
|
pkgname=acfgfs
|
||||||
|
version=0.5.5
|
||||||
|
revision=1
|
||||||
|
wrksrc=arcan-${version}
|
||||||
|
build_wrksrc=src/tools/acfgfs
|
||||||
|
build_style=cmake
|
||||||
|
makedepends="arcan-devel fuse3-devel"
|
||||||
|
short_desc="Configuration file system for Arcan"
|
||||||
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://arcan-fe.com"
|
||||||
|
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
|
||||||
|
checksum=578ed860a99a02cf1cf963efac830eb8af08093e4322832b2be6554d8c922ff2
|
||||||
|
|
||||||
|
case "${XBPS_TARGET_MACHINE}" in
|
||||||
|
i686|armv6l|armv7l)
|
||||||
|
CFLAGS+=" -D_FILE_OFFSET_BITS=64"
|
||||||
|
esac
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense ../../../COPYING
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue