New Package: resolution-hooks-2023.01.17_1

This commit is contained in:
KF-Art 2023-01-20 01:13:12 -06:00
parent 21655de779
commit c5c2fead21

View file

@ -0,0 +1,22 @@
# Template file for 'resolution-hooks'
pkgname=resolution-hooks
version=2023.01.17
revision=1
depends="xeventbind"
repository="cereus-extra"
short_desc="Custom hooks when monitor resolution changes"
maintainer="Kevin F. <kevinfigueroart@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/CereusLinuxProject/resolution-hooks"
changelog="${homepage}/commits/main"
distfiles="${homepage}/archive/refs/heads/main.zip"
checksum=bbcb4b1c73842ac1a6bd18a871b73e32128f2dfe876f6b354a8b7b4e3c892620
do_install() {
vbin ${pkgname}
vbin resolution-monitor
vmkdir usr/share/resolution-hooks.d
vinstall resolution-monitor.desktop 0644 etc/xdg/autostart/
vdoc README.md
vlicense LICENSE
}