New package: swaysome-2.1.1.

This commit is contained in:
Luca Matei Pintilie 2024-03-03 11:10:11 +01:00 committed by classabbyamp
parent a946d7fa15
commit 6a83f65768
1 changed files with 18 additions and 0 deletions

18
srcpkgs/swaysome/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'swaysome'
pkgname=swaysome
version=2.1.1
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=705a2624c56ac23a1e47dc14b87de76570af1d6e8fb002219392023911d7dd96
post_install() {
vlicense LICENSE
vman swaysome.1
vsconf swaysome.conf
}