mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
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:
parent
9ac96c20bd
commit
2cd7005139
2 changed files with 22 additions and 0 deletions
20
srcpkgs/xmonad/template
Normal file
20
srcpkgs/xmonad/template
Normal 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
2
srcpkgs/xmonad/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site=http://hackage.haskell.org/package/xmonad
|
||||
pattern="Readme for xmonad-\K[\d\.]+"
|
Loading…
Add table
Reference in a new issue