new package: rofi-calc-0.1
This commit is contained in:
parent
ddb33f515f
commit
19ab07dc8f
1 changed files with 22 additions and 0 deletions
22
srcpkgs/rofi-calc/template
Normal file
22
srcpkgs/rofi-calc/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue