New package: i3wsr-1.2.2

This commit is contained in:
Frank Steinborn 2019-03-23 23:50:56 +01:00 committed by Juan RP
parent c133596553
commit bd95bd3798

17
srcpkgs/i3wsr/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'i3wsr'
pkgname=i3wsr
version=1.2.2
revision=1
build_style=cargo
hostmakedepends="python3"
makedepends="libxcb-devel"
short_desc="Change i3 workspace names based on content"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="MIT"
homepage="https://github.com/roosta/i3wsr"
distfiles="https://github.com/roosta/i3wsr/archive/v${version}.tar.gz"
checksum=167457eb0c7ad92b6d4d76c7847a2b59beeda2b63239b17a3729dfce16147121
post_install() {
vlicense LICENSE
}