New package: eva-0.2.5
This commit is contained in:
parent
20564ed28f
commit
b6fd02fe37
1 changed files with 15 additions and 0 deletions
15
srcpkgs/eva/template
Normal file
15
srcpkgs/eva/template
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Template file for 'eva'
|
||||
pkgname=eva
|
||||
version=0.2.5
|
||||
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=0560cf35cfe79ec4dbc57c1d8d9818c94871d92af896a7644fda3ebedd4d6065
|
||||
|
||||
post_install() {
|
||||
vlicense LICENCE
|
||||
}
|
Loading…
Reference in a new issue