void-packages/srcpkgs/acfgfs/template
2020-12-16 12:10:28 +01:00

26 lines
689 B
Bash

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