From a14a606d31996348cf796b99fae4610bcbd30899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sin=C3=A9sio=20Neto?= Date: Sun, 27 Jan 2019 12:18:57 -0300 Subject: [PATCH] New package: i3lockr-0.1.0 closes #7856 --- srcpkgs/i3lockr/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/i3lockr/template 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 +} + +