[arch-commits] Commit in sbctl/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Wed Apr 14 19:57:37 UTC 2021
Date: Wednesday, April 14, 2021 @ 19:57:37
Author: foxboron
Revision: 918813
archrelease: copy trunk to community-x86_64
Added:
sbctl/repos/community-x86_64/PKGBUILD
(from rev 918812, sbctl/trunk/PKGBUILD)
Deleted:
sbctl/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-14 19:57:29 UTC (rev 918812)
+++ PKGBUILD 2021-04-14 19:57:37 UTC (rev 918813)
@@ -1,30 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-
-pkgname=sbctl
-pkgver=0.1
-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/0.1/sbctl-0.1.tar.gz"{,.sig})
-validpgpkeys=("C100346676634E80C940FB9E9C02FF419FECBE16")
-sha256sums=('ba460e362ec0aa47c934052c235e05e36e0d81f36e5e7b94992b04f7d8406563'
- '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/99-sbctl.hook "${pkgdir}/usr/share/libalpm/hooks/99-sbctl.hook"
-}
Copied: sbctl/repos/community-x86_64/PKGBUILD (from rev 918812, sbctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-04-14 19:57:37 UTC (rev 918813)
@@ -0,0 +1,30 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+
+pkgname=sbctl
+pkgver=0.2
+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=('66dcef3049ff0546f12a06a7060afd499ede30ebfe26ca0c50aefcdce6fc99ba'
+ '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