void-packages/srcpkgs/rofi/template

17 lines
581 B
Bash

# Template file for 'rofi'
pkgname=rofi
version=0.15.5
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=3d7fefc986003527237ffc59a27158e4680e8c6daa6d45374e50734a19996dcf
post_install() {
vlicense COPYING LICENSE
}