diff --git a/srcpkgs/oblogout/INSTALL.msg b/srcpkgs/oblogout/INSTALL.msg new file mode 100644 index 0000000..bef1747 --- /dev/null +++ b/srcpkgs/oblogout/INSTALL.msg @@ -0,0 +1 @@ +==> Customize the config (/etc/oblogout.conf) as required diff --git a/srcpkgs/oblogout/template b/srcpkgs/oblogout/template new file mode 100644 index 0000000..93bb7c5 --- /dev/null +++ b/srcpkgs/oblogout/template @@ -0,0 +1,19 @@ +# Template file for 'oblogout' +pkgname=oblogout +version=2021.06.26 +revision=1 +wrksrc=oblogout-py3-master +build_style=python3-module +repository="cereus-extra" +makedepends="python3-distutils-extra intltool" +depends="python3-Pillow python3-cairo python3-gobject" +short_desc="Openbox Logout Menu, ported to Python 3" +maintainer="KF-Art " +license="GPL-2.0" +homepage="https://github.com/trizen/oblogout-py3" +distfiles="${homepage}/archive/refs/heads/master.zip" +checksum=e2ae4fdbc499fcb351d585666133abcff4cf0244e1cf46de42788c0401dac5ab + +post_install() { + vinstall data/oblogout.conf 644 etc/ + }