From 49c42ea6a0d493727ae965dd36ea5d27be041ee0 Mon Sep 17 00:00:00 2001 From: Nick Hahn Date: Sat, 9 Dec 2017 18:11:26 +0100 Subject: [PATCH] New package: mons-0.8.1 Closes: #9874 [via git-merge-pr] --- srcpkgs/mons/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/mons/template diff --git a/srcpkgs/mons/template b/srcpkgs/mons/template new file mode 100644 index 00000000000..892518f3867 --- /dev/null +++ b/srcpkgs/mons/template @@ -0,0 +1,25 @@ +# 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 " +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 +}