void-packages/srcpkgs/mons/template
Nick Hahn 49c42ea6a0 New package: mons-0.8.1
Closes: #9874 [via git-merge-pr]
2017-12-18 16:26:46 +01:00

26 lines
685 B
Bash

# Template file for 'mons'
pkgname=mons
version=0.8.1
revision=1
build_style=gnu-makefile
noarch=yes
depends="libXrandr"
hostmakedepends="help2man"
short_desc="Quickly manage 2-monitors display using xrandr"
maintainer="Nick Hahn <nick.hahn@hotmail.de>"
license="MIT"
homepage="https://github.com/Ventto/mons"
distfiles="https://github.com/Ventto/mons/archive/v${version}.tar.gz
https://github.com/Ventto/libshlist/archive/v1.1.tar.gz"
checksum="1fa326da58062804c3c73461b441100d9130325bc8939635c2ab070f698d7289
4f9ea887751765e0cba26397a3534b5a254e2d93ea41606e39db402ce25826d9"
post_extract() {
rm -r libshlist
mv "../libshlist-1.1" libshlist
}
post_install() {
vlicense LICENSE
}