Skip to content
Snippets Groups Projects
Unverified Commit 91baca63 authored by Stacy Harper's avatar Stacy Harper Committed by alice
Browse files

community/kiln: fix version command

To have this command to work we should prefer make as recommended by the
developper.
parent eea5b4ab
1 merge request!34239community/kiln: fix version command
Pipeline #121925 canceled
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Stacy Harper <contact@stacyharper.net> # Maintainer: Stacy Harper <contact@stacyharper.net>
pkgname=kiln pkgname=kiln
pkgver=0.3.0 pkgver=0.3.0
pkgrel=0 pkgrel=1
pkgdesc="Simple static site generator for Gemini sites" pkgdesc="Simple static site generator for Gemini sites"
url="https://git.sr.ht/~adnano/kiln" url="https://git.sr.ht/~adnano/kiln"
arch="all" arch="all"
...@@ -15,16 +15,16 @@ source=" ...@@ -15,16 +15,16 @@ source="
" "
build() { build() {
go build -v -o bin/$pkgname --tags extended make VERSION=$pkgver
make docs
} }
package() { package() {
install -Dm755 "$builddir"/bin/$pkgname "$pkgdir"/usr/bin/$pkgname install -Dm755 "$builddir"/$pkgname "$pkgdir"/usr/bin/$pkgname
install -Dm644 "$builddir"/docs/*.1 -t "$pkgdir"/usr/share/man/man1 install -Dm644 "$builddir"/docs/*.1 -t "$pkgdir"/usr/share/man/man1
cp -a "$builddir"/templates "$pkgdir"/usr/share/$pkgname cp -a "$builddir"/templates "$pkgdir"/usr/share/$pkgname
} }
sha512sums=" sha512sums="
375b1e161a78c807619459c296945530381b900c49d446291f9152c840c080bed111c7b008414ffe151a41d8c6ca5b9cccc2009abc2dce043ad436aaea412ce6 kiln-0.3.0.tar.gz 375b1e161a78c807619459c296945530381b900c49d446291f9152c840c080bed111c7b008414ffe151a41d8c6ca5b9cccc2009abc2dce043ad436aaea412ce6 kiln-0.3.0.tar.gz
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment