New package: i3lockr-0.1.0

closes #7856
This commit is contained in:
Sinésio Neto 2019-01-27 12:18:57 -03:00 committed by maxice8
parent 829b14b975
commit a14a606d31
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

19
srcpkgs/i3lockr/template Normal file
View file

@ -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 <sinetoami@gmail.com>"
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
}