# Template file for 'gtrash'
pkgname=gtrash
version=0.0.6
revision=1
build_style=go
go_import_path=github.com/umlx5h/gtrash
short_desc="Featureful Trash CLI manager: alternative to rm and trash-cli"
maintainer="Yushi <git@yushi.one>"
license="MIT"
homepage="https://github.com/umlx5h/gtrash"
changelog="https://github.com/umlx5h/gtrash/releases"
distfiles="https://github.com/umlx5h/gtrash/archive/refs/tags/v${version}.tar.gz"
checksum=66003276073d9da03cbb4347a4b161f89c81f3706012b77c3e91a154c91f3586

do_check() {
	make test
}

post_install() {
	vlicense LICENSE
}
