Skip to content

Commit 499697d

Browse files
committed
New package: crush-0.10.0
1 parent 3bdd110 commit 499697d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

srcpkgs/crush/template

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Template file for 'crush'
2+
pkgname=crush
3+
version=0.10.0
4+
revision=1
5+
build_style=go
6+
go_import_path="github.com/charmbracelet/crush"
7+
short_desc="Glamourous AI coding agent for your favourite terminal"
8+
maintainer="zenobit <zenobit@disroot.org>"
9+
license="MIT"
10+
homepage="https://github.com/charmbracelet/crush"
11+
changelog="https://github.com/charmbracelet/crush/releases"
12+
distfiles="https://github.com/charmbracelet/crush/archive/refs/tags/v${version}.tar.gz"
13+
checksum=20ae8ff28b212e38ac6a88b1885a33d36daeffdfee98c19147f2e1319819f0ff
14+
15+
post_install() {
16+
vlicense LICENSE.md
17+
}

0 commit comments

Comments
 (0)