void-packages/srcpkgs/eva/template
Jan Christian Grünhage 282be669b1 eva: update to 0.2.7.
2020-01-09 13:01:36 +01:00

16 lines
448 B
Bash

# Template file for 'eva'
pkgname=eva
version=0.2.7
revision=1
build_style=cargo
short_desc="Simple calculator REPL, similar to bc(1)"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://github.com/NerdyPepper/eva"
distfiles="https://github.com/NerdyPepper/eva/archive/v${version}.tar.gz"
checksum=72b2e47e987102d67c9dcbb60e26c4ff0b20e6f844d0d2b9d91c3f073374aee0
post_install() {
vlicense LICENSE
}