diff --git a/srcpkgs/i3lockr/template b/srcpkgs/i3lockr/template new file mode 100644 index 00000000000..2a262cfb422 --- /dev/null +++ b/srcpkgs/i3lockr/template @@ -0,0 +1,19 @@ +# Template file for 'i3lockr' +pkgname=i3lockr +version=0.1.0 +revision=1 +build_style=cargo +hostmakedepends="python3" +makedepends="xcb-util-image-devel" +short_desc="Distort a screenshot and run i3lock" +maintainer="Sinésio Neto " +license="MIT, Apache-2.0" +homepage="https://github.com/owenthewizard/i3lockr" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=fc715687e21fd36f8927f45a5a6fbc04bf81e2e7bcbfa9866a511400551af314 + +post_install() { + vlicense LICENSE-MIT.md +} + +