mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: xdgmenumaker-1.5
This commit is contained in:
parent
acaedc8f58
commit
e20cbe464c
2 changed files with 27 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
diff -Naurp0 a/Makefile b/Makefile
|
||||
--- a/Makefile 2018-09-17 01:42:50.000000000 +0600
|
||||
+++ b/Makefile 2019-07-29 17:36:09.563110157 +0600
|
||||
@@ -1 +1 @@
|
||||
-PREFIX ?= /usr/local
|
||||
+PREFIX ?= /usr
|
21
srcpkgs/xdgmenumaker/template
Normal file
21
srcpkgs/xdgmenumaker/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Template file for 'xdgmenumaker'
|
||||
pkgname=xdgmenumaker
|
||||
version=1.5
|
||||
revision=1
|
||||
hostmakedepends="make"
|
||||
depends="python3 python3-xdg pygtk python-gobject gobject-introspection"
|
||||
short_desc="Automatic menu generator for WMs, such as, fluxbox, icewm, jwm, pekwm"
|
||||
maintainer="reback00 <reback00@protonmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/gapan/xdgmenumaker"
|
||||
distfiles="https://github.com/gapan/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=a8319db5998ea1c49e52f6d04aad40334daea8047840c6762b4e7f02082b0573
|
||||
patch_args="-Np1"
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR="${DESTDIR}" install
|
||||
}
|
Loading…
Add table
Reference in a new issue