mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
parent
a23553ca02
commit
49c42ea6a0
1 changed files with 25 additions and 0 deletions
25
srcpkgs/mons/template
Normal file
25
srcpkgs/mons/template
Normal file
|
@ -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 <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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue