17 lines
434 B
Bash
17 lines
434 B
Bash
# Template file for 'mazter'
|
|
pkgname=mazter
|
|
version=2.1.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=3c56ba0093b30ed4e96e7df7906fa1d7a497147e2a536c9a2a56d9d89700c299
|
|
make_check=no # panic in todo!
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|