# Template file for 'mons' pkgname=mons version=0.8.2 revision=2 create_wrksrc=yes build_style=gnu-makefile hostmakedepends="help2man" depends="libXrandr" 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="73cf0e21c32206acec128c050c5905ee48412234f77c72fc4c1640cb53861160 4f9ea887751765e0cba26397a3534b5a254e2d93ea41606e39db402ce25826d9" post_extract() { mv mons-$version/* . rm -r libshlist mv libshlist-1.1 libshlist } post_install() { vlicense LICENSE }