New package: xmonad-0.13

Closes: #1064 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
xaltsc 2018-07-21 00:07:43 +02:00 committed by Jürgen Buchmüller
parent 9ac96c20bd
commit 2cd7005139
No known key found for this signature in database
GPG key ID: 6764EC32352D0647
2 changed files with 22 additions and 0 deletions

20
srcpkgs/xmonad/template Normal file
View file

@ -0,0 +1,20 @@
# Template file for 'xmonad'
pkgname=xmonad
version=0.13
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=f9f81b63569f18c777a939741024ec3ae34e4ec84015e5cc50f6622034a303ca
nopie_files="/usr/bin/xmonad"
nocross=yes
post_install() {
vman man/xmonad.1
vlicense LICENSE
}

2
srcpkgs/xmonad/update Normal file
View file

@ -0,0 +1,2 @@
site=http://hackage.haskell.org/package/xmonad
pattern="Readme for xmonad-\K[\d\.]+"