void-packages/srcpkgs/eva/template
Jan Christian Grünhage c5d8357f6e eva: update to 0.3.0.
2022-04-09 11:45:01 +02:00

16 lines
448 B
Bash

# Template file for 'eva'
pkgname=eva
version=0.3.0
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=05e2cdcfd91e6abef91cb01ad3074583b8289f6e74054e070bfbf6a4e684865e
post_install() {
vlicense LICENSE
}