diff --git a/srcpkgs/brightnessctl/template b/srcpkgs/brightnessctl/template new file mode 100644 index 00000000000..0b69d686ed9 --- /dev/null +++ b/srcpkgs/brightnessctl/template @@ -0,0 +1,17 @@ +# Template file for 'brightnessctl' +pkgname=brightnessctl +version=0.3 +revision=1 +build_style=gnu-makefile +make_use_env=yes +hostmakedepends="pkg-config" +maintainer="cr6git " +short_desc="Read and control device brightness" +homepage="https://github.com/Hummer12007/brightnessctl" +license="MIT" +distfiles="https://github.com/Hummer12007/brightnessctl/archive/${version}.tar.gz" +checksum=f05cb357a300ec04b0bbbe967436354fc97c5cdce36e2a682721b6ae1fb3b42e + +post_install() { + vlicense LICENSE +}