17 lines
600 B
Bash
17 lines
600 B
Bash
# Template file for 'rofi'
|
|
pkgname=rofi
|
|
version=0.15.10
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="pango-devel libXinerama-devel libXft-devel startup-notification-devel"
|
|
short_desc="A window switcher, run dialog and dmenu replacement"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://davedavenport.github.io/rofi/"
|
|
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
|
checksum=c297771e7b6f0c8aef4be27ec7f8e5ab3138c558afddef188f7787d6a84d7326
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|