19 lines
634 B
Bash
19 lines
634 B
Bash
# Template file for 'xwmfs'
|
|
pkgname=xwmfs
|
|
version=0.91
|
|
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=89121a2634374d32ed2403aa74b56f64f613c6591034cab6cfc686d5aee64ac6
|
|
|
|
pre_configure() {
|
|
./bootstrap
|
|
}
|