void-packages/srcpkgs/rofi-calc/template
2019-04-02 08:13:10 -03:00

22 lines
551 B
Bash

# Template file for 'rofi-calc'
pkgname=rofi-calc
version=1.3
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config"
makedepends="rofi-devel"
depends="rofi qalculate"
short_desc="Do live calcualtions in rofi"
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
license="MIT"
homepage="https://github.com/svenstaro/rofi-calc"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=2d58ffb737939a3c98934eb3fe621c216c92797c8356457ff8a5b87094105373
pre_configure() {
autoreconf -i
}
post_install() {
vlicense LICENSE
}