void-packages/srcpkgs/eva/template

16 lines
448 B
Bash
Raw Normal View History

2019-10-26 15:12:56 +00:00
# Template file for 'eva'
pkgname=eva
2019-12-31 02:30:43 +00:00
version=0.2.7
2019-10-26 15:12:56 +00:00
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"
2019-12-31 02:30:43 +00:00
checksum=72b2e47e987102d67c9dcbb60e26c4ff0b20e6f844d0d2b9d91c3f073374aee0
2019-10-26 15:12:56 +00:00
post_install() {
2019-12-31 02:30:43 +00:00
vlicense LICENSE
2019-10-26 15:12:56 +00:00
}