23 lines
551 B
Bash
23 lines
551 B
Bash
# Template file for 'rofi-calc'
|
|
pkgname=rofi-calc
|
|
version=1.8
|
|
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=24cc43d335949a7a3078563965a89c1eeaa66c9f7102d7557e8a22495b49d039
|
|
|
|
pre_configure() {
|
|
autoreconf -i
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|