New package: mazter-0.4.1

This commit is contained in:
icp 2022-11-07 15:04:44 +05:30 committed by Duncan Overbruck
parent 984aa3c86d
commit d12a3bf8dd

15
srcpkgs/mazter/template Normal file
View File

@ -0,0 +1,15 @@
# Template file for 'mazter'
pkgname=mazter
version=0.4.1
revision=1
build_style=cargo
short_desc="Mazes in your terminal"
maintainer="icp <pangolin@vivaldi.net>"
license="MIT"
homepage="https://dystroy.org/mazter/"
distfiles="https://static.crates.io/crates/mazter/mazter-${version}.crate"
checksum=75a4cb6b9b2df3da849f08e587ea0bd74c7a5aaf8a99d078a3b9adec1342102b
post_install() {
vlicense LICENSE
}