17 lines
588 B
Bash
17 lines
588 B
Bash
# Template file for 'rofi'
|
|
pkgname=rofi
|
|
version=0.15.4
|
|
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="Thomas Adam <thomas.adam22@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://davedavenport.github.io/rofi/"
|
|
distfiles="https://github.com/DaveDavenport/rofi/releases/download/${version}/rofi-${version}.tar.xz"
|
|
checksum=b4a9417021eb0368c257f86b5e89cdce419360fec0eb510206c05be271ac7bc1
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|