void-packages/srcpkgs/xwmfs/template
2020-03-25 12:26:58 +00:00

19 lines
634 B
Bash

# Template file for 'xwmfs'
pkgname=xwmfs
version=0.84
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=6d52fc33e2b30f10fccf47e1cc778fa7aa4e0b4957fba2758b685818beda1b03
pre_configure() {
./bootstrap
}