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