20 lines
616 B
Bash
20 lines
616 B
Bash
# Template file for 'xmonad'
|
|
pkgname=xmonad
|
|
version=0.14
|
|
revision=1
|
|
build_style=haskell-stack
|
|
stackage=lts-11.17
|
|
makedepends="libX11-devel libXinerama-devel libXrandr-devel"
|
|
short_desc="A tiling window manager fully configurable in Haskell"
|
|
maintainer="xaltsc <xaltsc@protonmail.ch>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://xmonad.org"
|
|
distfiles="http://hackage.haskell.org/package/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=a456d091373e8d5cd7635917171763b1216814aea4a476b9ceb9cb7315980353
|
|
nopie_files="/usr/bin/xmonad"
|
|
nocross=yes
|
|
|
|
post_install() {
|
|
vman man/xmonad.1
|
|
vlicense LICENSE
|
|
}
|