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