New Package: resolution-hooks-2023.01.17_1
This commit is contained in:
parent
21655de779
commit
c5c2fead21
1 changed files with 22 additions and 0 deletions
22
srcpkgs/resolution-hooks/template
Normal file
22
srcpkgs/resolution-hooks/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue