void-packages/srcpkgs/i3wsr/template
2020-06-09 11:11:38 +02:00

18 lines
482 B
Bash

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