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

Morten Linderud foxboron at gemini.archlinux.org
Mon Oct 25 20:37:08 UTC 2021


    Date: Monday, October 25, 2021 @ 20:37:08
  Author: foxboron
Revision: 1033664

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-25 20:37:02 UTC (rev 1033663)
+++ PKGBUILD	2021-10-25 20:37:08 UTC (rev 1033664)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=sbctl
-pkgver=0.6
-pkgrel=1
-pkgdesc="Secure Boot key manager"
-arch=("x86_64")
-url="https://github.com/Foxboron/sbctl"
-license=("MIT")
-depends=("binutils" "util-linux")
-makedepends=("go" "git" "asciidoc")
-source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('37c68dc07fdf2068c95161deb00848fa8a3c666598e234978bed048dcfdef6b6'
-            '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 1033663, sbctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-25 20:37:08 UTC (rev 1033664)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=sbctl
+pkgver=0.7
+pkgrel=1
+pkgdesc="Secure Boot key manager"
+arch=("x86_64")
+url="https://github.com/Foxboron/sbctl"
+license=("MIT")
+depends=("binutils" "util-linux")
+makedepends=("go" "git" "asciidoc")
+source=("https://github.com/Foxboron/sbctl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig})
+validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
+sha256sums=('29ccc8e1ddda2c9539d7546263459daf797ded58ce69a2e6437df398eb17adfc'
+            'SKIP')
+
+build(){
+    cd "${pkgname}-${pkgver}"
+    export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+    make
+}
+
+package(){
+    cd "${pkgname}-${pkgver}"
+    make PREFIX="$pkgdir/usr" install
+    install -Dm644 ./contrib/pacman/ZZ-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/zz-sbctl.hook"
+}



More information about the arch-commits mailing list