18 lines
546 B
Bash
18 lines
546 B
Bash
|
# Template file for 'xwmfs'
|
||
|
pkgname=xwmfs
|
||
|
version=0.83
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="automake autoconf pkg-config"
|
||
|
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"
|
||
|
distfiles="https://github.com/gerstner-hub/xwmfs/archive/v${version}.tar.gz"
|
||
|
checksum=427207694a34c128b7efdf67552c38b3ca9dad1aa956d2fd6d987e7b8eba4fb5
|
||
|
|
||
|
pre_configure() {
|
||
|
./bootstrap
|
||
|
}
|