17 lines
489 B
Bash
17 lines
489 B
Bash
# Template file for 'madonctl'
|
|
pkgname=madonctl
|
|
version=2.3.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/McKael/madonctl
|
|
short_desc="CLI client for the Mastodon social network API"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="MIT"
|
|
homepage="https://github.com/McKael/madonctl"
|
|
distfiles="https://github.com/McKael/madonctl/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=d930d3dfcfb3fb141098c7c2b0a8cef6f1f938e48e276cefb1bff0e2f093425f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|