vp-build/srcpkgs/i3wsr/template

18 lines
479 B
Bash

# Template file for 'i3wsr'
pkgname=i3wsr
version=1.3.0
revision=1
build_style=cargo
hostmakedepends="python3"
makedepends="libxcb-devel"
short_desc="Change i3 workspace names based on content"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/roosta/i3wsr"
distfiles="https://github.com/roosta/i3wsr/archive/v${version}.tar.gz"
checksum=4838e32143e3dddcc905650d0a6ffee0d012dbc9bfdfeee8410165d8d3a8176d
post_install() {
vlicense LICENSE
}