17 lines
581 B
Bash
17 lines
581 B
Bash
# Template file for 'rofi'
|
|
pkgname=rofi
|
|
version=0.15.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config autoconf"
|
|
makedepends="pango-devel libXinerama-devel libXft-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=13aa2194c87f183c217069292092b38b9ab12115abb0bf312c6d48b22c3b369f
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|