We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdd110 commit 499697dCopy full SHA for 499697d
1 file changed
srcpkgs/crush/template
@@ -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