void-packages/srcpkgs/menutray/template
Đoàn Trần Công Danh 8376bceaa5 menutray: remove noarch
2020-11-29 11:30:26 +07:00

16 lines
547 B
Bash

# Template file for 'menutray'
pkgname=menutray
version=0.53
revision=2
depends="perl-Data-Dump perl-Gtk2 perl-Linux-DesktopFiles"
short_desc="Application menu through a GTK+ tray status icon"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://trizenx.blogspot.fr/2012/02/menutray.html"
distfiles="https://github.com/trizen/menutray/archive/${version}.tar.gz"
checksum=5d3da38bf626f0969221ef5db1cbd7d49ab1c1506aa423967b6d59780ee3b360
do_install() {
vbin menutray
vinstall schema.pl 644 etc/xdg/menutray
}