void-packages/srcpkgs/xwmfs/template
2020-08-09 11:10:20 +02:00

18 lines
634 B
Bash

# Template file for 'xwmfs'
pkgname=xwmfs
version=0.85
revision=1
build_style=gnu-configure
hostmakedepends="automake autoconf pkg-config which"
makedepends="fuse-devel libX11-devel"
short_desc="X11 Window-Manager file system based on FUSE"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/gerstner-hub/xwmfs"
changelog="https://raw.githubusercontent.com/gerstner-hub/xwmfs/master/ChangeLog"
distfiles="https://github.com/gerstner-hub/xwmfs/archive/v${version}.tar.gz"
checksum=9d786514397f34ff35eaf460c8c07ccc64d01227311ab19e4a7aab9fd0007831
pre_configure() {
./bootstrap
}