19 lines
538 B
Bash
19 lines
538 B
Bash
# Template file for 'swaysome'
|
|
pkgname=swaysome
|
|
version=2.1.2
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Awesome WM like workspaces"
|
|
maintainer="Luca Matei Pintilie <luca@lucamatei.com>"
|
|
license="MIT"
|
|
homepage="https://gitlab.com/hyask/swaysome"
|
|
changelog="https://gitlab.com/hyask/swaysome/-/tags"
|
|
distfiles="https://gitlab.com/hyask/swaysome/-/archive/$version/swaysome-$version.tar.gz"
|
|
checksum=162e6118be952fe66eac070e57a25f68f8ffe274cdd6cab7bfe64de36d33b409
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vman swaysome.1
|
|
vsconf swaysome.conf
|
|
}
|