void-packages/srcpkgs/i3wsr/template

18 lines
482 B
Bash
Raw Normal View History

2019-03-23 22:50:56 +00:00
# Template file for 'i3wsr'
pkgname=i3wsr
2020-02-10 18:26:03 +00:00
version=1.2.3
2019-03-23 22:50:56 +00:00
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"
2020-02-10 18:26:03 +00:00
checksum=beec432e55cd82465b6b3988b44206925d1d57dd5307819f3a5ab4098ab59283
2019-03-23 22:50:56 +00:00
post_install() {
vlicense LICENSE
}