void-packages/srcpkgs/i3lockr/template
2019-03-31 17:36:17 -03:00

19 lines
498 B
Bash

# Template file for 'i3lockr'
pkgname=i3lockr
version=0.1.1
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=da72b6a0e6231bc966e09b06234508b325d8887480be2d1764147451c5fc6bba
post_install() {
vlicense LICENSE-MIT.md
}