void-packages/srcpkgs/acfgfs/template

25 lines
656 B
Bash
Raw Normal View History

2018-09-13 20:18:05 +00:00
# Template file for 'acfgfs'
# needs to be synced with the arcan package
pkgname=acfgfs
2018-12-11 14:53:08 +00:00
version=0.5.5.2
2018-09-13 20:18:05 +00:00
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"
2018-12-11 14:53:08 +00:00
checksum=a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0
2018-09-13 20:18:05 +00:00
case "${XBPS_TARGET_MACHINE}" in
i686|armv6l|armv7l)
CFLAGS+=" -D_FILE_OFFSET_BITS=64"
esac
post_install() {
vlicense ../../../COPYING
}