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