New package: rofi-0.14.9.
This commit is contained in:
parent
33c8b42972
commit
9bfd24b973
21
srcpkgs/rofi/template
Normal file
21
srcpkgs/rofi/template
Normal file
@ -0,0 +1,21 @@
|
||||
# Template file for 'rofi'
|
||||
pkgname=rofi
|
||||
version=0.14.9
|
||||
revision=1
|
||||
hostmakedepends="automake pkg-config autoconf"
|
||||
makedepends="libX11-devel pango-devel libXinerama-devel libXft-devel"
|
||||
build_style=gnu-configure
|
||||
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/archive/${version}.tar.gz"
|
||||
checksum=5a511bc658a36d12183347c9b7a07d99207f230a6e702dd38f5e5fa0360917ea
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
Loading…
Reference in New Issue
Block a user