We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf3150 commit 00a1a8bCopy full SHA for 00a1a8b
1 file changed
marten/PKGBUILD
@@ -15,10 +15,7 @@ provides=('marten')
15
build() {
16
cd "marten-${pkgver}"
17
18
- # Install dependencies
19
PATH="/usr/bin" shards install
20
-
21
- # Build marten cli
22
PATH="/usr/bin" crystal build src/marten_cli.cr -o bin/${pkgname} --progress --release --no-debug
23
}
24
0 commit comments