void-packages/srcpkgs/i3wsr/template
2020-02-11 08:53:41 +01:00

18 lines
482 B
Bash

# Template file for 'i3wsr'
pkgname=i3wsr
version=1.2.3
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=beec432e55cd82465b6b3988b44206925d1d57dd5307819f3a5ab4098ab59283
post_install() {
vlicense LICENSE
}