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