pkgs/srcpkgs/plasma-i3/template
KF-Art a1bf08303c Correct plasma-fluxbox and plasma-i3 version
Now it uses the date of the latest revision
2022-09-19 13:06:35 -04:00

16 lines
378 B
Bash

# Template file for 'plasma-i3'
pkgname=plasma-i3
version=2022.09.19
revision=1
build_style=meta
repository="cereus-extra"
short_desc="i3 session for KDE Plasma"
maintainer="Kevin F. <https://github.com/KF-Art>"
license="Public Domain"
homepage="https://github.com/KF-Art"
do_install() {
vmkdir usr/share/xsessions
vcopy ${FILESDIR}/plasma-i3.desktop usr/share/xsessions/
}