void-packages/srcpkgs/eva/template
Jan Christian Grünhage a9c0f034ae eva: update to 0.3.1.
2022-11-09 03:55:16 -05:00

15 lines
458 B
Bash

# Template file for 'eva'
pkgname=eva
version=0.3.1
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/refs/tags/v${version}.tar.gz"
checksum=d6a6eb8e0d46de1fea9bd00c361bd7955fcd7cc8f3310b786aad48c1dce7b3f7
post_install() {
vlicense LICENSE
}