42b1210075
Closes: #11571 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
25 lines
685 B
Bash
25 lines
685 B
Bash
# Template file for 'mons'
|
|
pkgname=mons
|
|
version=0.8.2
|
|
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="73cf0e21c32206acec128c050c5905ee48412234f77c72fc4c1640cb53861160
|
|
4f9ea887751765e0cba26397a3534b5a254e2d93ea41606e39db402ce25826d9"
|
|
|
|
post_extract() {
|
|
rm -r libshlist
|
|
mv "../libshlist-1.1" libshlist
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|