16 lines
403 B
Bash
16 lines
403 B
Bash
# Template file for 'mazter'
|
|
pkgname=mazter
|
|
version=1.0.0
|
|
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=0e2de0a4fa68700fba6beaf243076f24722cd924aaa9cadb018ad209b4893db0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|