[arch-commits] Commit in sbctl/repos/community-x86_64 (PKGBUILD PKGBUILD)

Morten Linderud foxboron at archlinux.org
Sun May 9 14:57:19 UTC 2021


    Date: Sunday, May 9, 2021 @ 14:57:18
  Author: foxboron
Revision: 929226

archrelease: copy trunk to community-x86_64

Added:
  sbctl/repos/community-x86_64/PKGBUILD
    (from rev 929225, sbctl/trunk/PKGBUILD)
Deleted:
  sbctl/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-09 14:57:11 UTC (rev 929225)
+++ PKGBUILD	2021-05-09 14:57:18 UTC (rev 929226)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=sbctl
-pkgver=0.3
-pkgrel=1
-pkgdesc="Secure Boot key manager"
-arch=("x86_64")
-url="https://github.com/Foxboron/sbctl"
-license=("MIT")
-depends=("sbsigntools")
-makedepends=("go" "git" "asciidoc")
-source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('ad887d4085af8d0229757c9baff85dc49ba6fb701ce7acdedfc31e4ce872f0ff'
-            'SKIP')
-
-build(){
-    cd "${pkgname}-${pkgver}"
-    export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-    make
-}
-
-package(){
-    cd "${pkgname}-${pkgver}"
-    make PREFIX="$pkgdir/usr" install
-    ./sbctl completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/sbctl"
-    ./sbctl completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_sbctl"
-    ./sbctl completion fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
-    install -Dm644 ./contrib/pacman/ZZ-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/ZZ-sbctl.hook"
-}

Copied: sbctl/repos/community-x86_64/PKGBUILD (from rev 929225, sbctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-09 14:57:18 UTC (rev 929226)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=sbctl
+pkgver=0.4
+pkgrel=1
+pkgdesc="Secure Boot key manager"
+arch=("x86_64")
+url="https://github.com/Foxboron/sbctl"
+license=("MIT")
+depends=("sbsigntools")
+makedepends=("go" "git" "asciidoc")
+source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
+sha256sums=('fdcee9f6f4c7cd1e558d0c3eced9d0686307c528d7eb16ec6fe0cec4a3c3674a'
+            'SKIP')
+
+build(){
+    cd "${pkgname}-${pkgver}"
+    export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+    make
+}
+
+package(){
+    cd "${pkgname}-${pkgver}"
+    make PREFIX="$pkgdir/usr" install
+    ./sbctl completion bash | install -Dm644 /dev/stdin "$pkgdir/usr/share/bash-completion/completions/sbctl"
+    ./sbctl completion zsh | install -Dm644 /dev/stdin "$pkgdir/usr/share/zsh/site-functions/_sbctl"
+    ./sbctl completion fish | install -Dm644 /dev/stdin "$pkgdir/usr/share/fish/vendor_completions.d/sbctl.fish"
+    install -Dm644 ./contrib/pacman/ZZ-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/ZZ-sbctl.hook"
+}



More information about the arch-commits mailing list