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

Alexander Rødseth arodseth at archlinux.org
Mon Feb 24 16:00:16 UTC 2020


    Date: Monday, February 24, 2020 @ 16:00:15
  Author: arodseth
Revision: 580552

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 16:00:07 UTC (rev 580551)
+++ PKGBUILD	2020-02-24 16:00:15 UTC (rev 580552)
@@ -1,28 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-
-pkgname=shellharden
-pkgver=4.1.2
-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=3c03e01ba5cc5e374712d54c1909cbe52ac6ba39") # v4.1.2
-sha256sums=('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
-# vim: ts=2 sw=2 et:

Copied: shellharden/repos/community-x86_64/PKGBUILD (from rev 580551, shellharden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-24 16:00:15 UTC (rev 580552)
@@ -0,0 +1,28 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+
+pkgname=shellharden
+pkgver=4.1.2
+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=3c03e01ba5cc5e374712d54c1909cbe52ac6ba39") # v4.1.2
+sha256sums=('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
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list