26 lines
796 B
Bash
26 lines
796 B
Bash
# Template file for 'xlunch'
|
|
pkgname=xlunch
|
|
version=3.2.12
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
make_build_target=xlunch
|
|
makedepends="imlib2-devel"
|
|
short_desc="Graphical app launcher for X with little dependencies"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://xlunch.org/"
|
|
distfiles="https://github.com/Tomas-M/xlunch/archive/v${version}.tar.gz"
|
|
checksum=9d7dbdc24e2f7f47f90f12658d2142d1f8856a71bf6c6e7a7b4d479aac798c70
|
|
|
|
do_install() {
|
|
vbin xlunch
|
|
vbin extra/genentries
|
|
|
|
vmkdir usr/share/icons/hicolor/48x48/apps
|
|
vinstall extra/ghost.png 0644 usr/share/icons/hicolor/48x48/apps
|
|
vinstall docs/logo.png 0644 usr/share/icons/hicolor/48x48/apps
|
|
|
|
vmkdir usr/share/applications
|
|
vinstall extra/genentries.desktop 0644 usr/share/applications
|
|
}
|