# Template file for 'acfgfs'
# !! keep synced with arcan
pkgname=acfgfs
version=0.7.1
revision=2
build_wrksrc=src/tools/acfgfs
build_style=cmake
hostmakedepends="pkg-config"
makedepends="arcan-devel fuse3-devel"
short_desc="Configuration file system for Arcan"
maintainer="Piraty <mail@piraty.dev>"
license="BSD-3-Clause"
homepage="https://arcan-fe.com"
distfiles="https://codeberg.org/letoram/arcan/archive/${version}.tar.gz"
checksum=b015dba937a5dc3ef525d09d07cd59f8aeeb8173e37a2f514ff5d19f7bc1ed0c

case "${XBPS_TARGET_MACHINE}" in
	i686|armv6l|armv7l|ppc)
		CFLAGS+=" -D_FILE_OFFSET_BITS=64"
esac

post_install() {
	vlicense ../../../COPYING
}
