17 lines
482 B
Bash
17 lines
482 B
Bash
# 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
|
|
}
|