19 lines
616 B
Bash
19 lines
616 B
Bash
# Template file for 'oblogout'
|
|
pkgname=oblogout
|
|
version=2021.06.26
|
|
revision=2
|
|
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 <https://github.com/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/
|
|
}
|