# Template file for 'acfgfs' # !! keep synced with arcan pkgname=acfgfs version=0.6.0.1 revision=1 wrksrc=arcan-${version} 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 " license="BSD-3-Clause" homepage="https://arcan-fe.com" distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz" checksum=7ae00a9dee79f9b58ac2bacbf532ff0631280297cfde30e8996382a3f42a52ed case "${XBPS_TARGET_MACHINE}" in i686|armv6l|armv7l|ppc) CFLAGS+=" -D_FILE_OFFSET_BITS=64" esac post_install() { vlicense ../../../COPYING }