19 lines
565 B
Bash
19 lines
565 B
Bash
# Template file for 'jjui'
|
|
pkgname=jjui
|
|
version=0.9.11
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/idursun/jjui"
|
|
go_package="./cmd/jjui"
|
|
short_desc="TUI designed for interacting with jujutsu version control"
|
|
maintainer="Chase Dillard <c.dillard@pm.me>"
|
|
license="MIT"
|
|
homepage="https://idursun.github.io/jjui/"
|
|
changelog="https://github.com/idursun/jjui/releases"
|
|
distfiles="https://github.com/idursun/jjui/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=8245ee2e2691060ffdfb210b0b64f2165090e3925fc907b7a938ef665388e75c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|