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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 02:20:41 UTC 2022


    Date: Monday, April 25, 2022 @ 02:20:41
  Author: allan
Revision: 1189810

archrelease: copy trunk to community-x86_64

Added:
  shellharden/repos/community-x86_64/PKGBUILD
    (from rev 1189809, shellharden/trunk/PKGBUILD)
Deleted:
  shellharden/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 02:20:24 UTC (rev 1189809)
+++ PKGBUILD	2022-04-25 02:20:41 UTC (rev 1189810)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=shellharden
-pkgver=4.2.0
-pkgrel=1
-pkgdesc='Bash linter and syntax highlighter'
-arch=(x86_64)
-url='https://github.com/anordal/shellharden'
-license=(MPL)
-makedepends=(git rust)
-source=("git+$url#commit=35411af8d466fb8b75f9769c7bf4bcc0cb2a2920") # tag: 4.2.0
-b2sums=('SKIP')
-
-build() {
-  cd $pkgname
-  cargo build --release
-}
-
-package() {
-  cd $pkgname
-  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# getver: github.com/anordal/shellharden/blob/master/Cargo.toml

Copied: shellharden/repos/community-x86_64/PKGBUILD (from rev 1189809, shellharden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 02:20:41 UTC (rev 1189810)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=shellharden
+pkgver=4.2.0
+pkgrel=2
+pkgdesc='Bash linter and syntax highlighter'
+arch=(x86_64)
+url='https://github.com/anordal/shellharden'
+license=(MPL)
+makedepends=(git rust)
+source=("git+$url#commit=35411af8d466fb8b75f9769c7bf4bcc0cb2a2920") # tag: 4.2.0
+b2sums=('SKIP')
+
+build() {
+  cd $pkgname
+  cargo build --release
+}
+
+package() {
+  cd $pkgname
+  install -Dm755 target/release/$pkgname "$pkgdir/usr/bin/$pkgname"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# getver: github.com/anordal/shellharden/blob/master/Cargo.toml



More information about the arch-commits mailing list