20 lines
683 B
Bash
20 lines
683 B
Bash
# Template file for 'fvwm'
|
|
pkgname=fvwm
|
|
version=2.6.9
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="libxslt pkg-config python3"
|
|
makedepends="fribidi-devel libXcursor-devel libXft-devel libXinerama-devel
|
|
libXpm-devel libXt-devel librsvg-devel perl readline-devel"
|
|
depends="perl python3"
|
|
short_desc="Extremely powerful ICCCM-compliant window manager"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-2.0-or-later, MIT"
|
|
homepage="http://fvwm.org/"
|
|
distfiles="https://github.com/fvwmorg/fvwm/releases/download/${version}/fvwm-${version}.tar.gz"
|
|
checksum=1bc64cf3ccd0073008758168327a8265b8059def9b239b451d6b9fab2cc391ae
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|