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

Orhun Parmaksiz orhun at gemini.archlinux.org
Wed Apr 13 17:03:46 UTC 2022


    Date: Wednesday, April 13, 2022 @ 17:03:46
  Author: orhun
Revision: 1186074

archrelease: copy trunk to community-x86_64

Added:
  cocogitto/repos/community-x86_64/PKGBUILD
    (from rev 1186073, cocogitto/trunk/PKGBUILD)
Deleted:
  cocogitto/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  102 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-13 17:03:35 UTC (rev 1186073)
+++ PKGBUILD	2022-04-13 17:03:46 UTC (rev 1186074)
@@ -1,51 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com
-# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
-
-pkgname=cocogitto
-_bin=cog
-pkgver=5.0.1
-pkgrel=1
-pkgdesc='Set of CLI tools for the conventional commit and semver specifications'
-arch=(x86_64)
-url="https://github.com/$pkgname/$pkgname"
-license=(MIT)
-depends=(git
-         gcc-libs
-         libgit2
-         libgit2.so
-         zlib)
-makedepends=(cargo)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('fee00736ec4b8ce72c8d8f904d0b734372b11ce7c3711166814eca38bf0cda8f')
-
-prepare() {
-	cd "$_archive"
-	cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-	mkdir completions
-}
-
-build() {
-	cd "$_archive"
-	cargo build --frozen --release
-	local compgen="target/release/$_bin generate-completions"
-	$compgen bash > "completions/$_bin"
-	$compgen fish > "completions/$_bin.fish"
-	$compgen zsh  > "completions/_$_bin"
-}
-
-check() {
-	cd "$_archive"
-	# Test suite is not atomic, relies on user environment such as git user configs
-	# cargo test --frozen
-}
-
-package() {
-	cd "$_archive"
-	install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$_bin"
-	install -Dm0644 -t "$pkgdir/usr/share/bash-completion/completions/" "completions/$_bin"
-	install -Dm0644 -t "$pkgdir/usr/share/fish/vendor_completions.d/" "completions/$_bin.fish"
-	install -Dm0644 -t "$pkgdir/usr/share/zsh/site-functions/" "completions/_$_bin"
-	install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
-	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: cocogitto/repos/community-x86_64/PKGBUILD (from rev 1186073, cocogitto/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-13 17:03:46 UTC (rev 1186074)
@@ -0,0 +1,51 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com
+# Maintainer: Orhun Parmaksız <orhun at archlinux.org>
+
+pkgname=cocogitto
+_bin=cog
+pkgver=5.1.0
+pkgrel=1
+pkgdesc='Set of CLI tools for the conventional commit and semver specifications'
+arch=(x86_64)
+url="https://github.com/$pkgname/$pkgname"
+license=(MIT)
+depends=(git
+         gcc-libs
+         libgit2
+         libgit2.so
+         zlib)
+makedepends=(cargo)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('662bb909c6468124ad19a90bc07a4f24345167486bd19542375ead7a8f20de02')
+
+prepare() {
+	cd "$_archive"
+	cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+	mkdir completions
+}
+
+build() {
+	cd "$_archive"
+	cargo build --frozen --release
+	local compgen="target/release/$_bin generate-completions"
+	$compgen bash > "completions/$_bin"
+	$compgen fish > "completions/$_bin.fish"
+	$compgen zsh  > "completions/_$_bin"
+}
+
+check() {
+	cd "$_archive"
+	# Test suite is not atomic, relies on user environment such as git user configs
+	# cargo test --frozen
+}
+
+package() {
+	cd "$_archive"
+	install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$_bin"
+	install -Dm0644 -t "$pkgdir/usr/share/bash-completion/completions/" "completions/$_bin"
+	install -Dm0644 -t "$pkgdir/usr/share/fish/vendor_completions.d/" "completions/$_bin.fish"
+	install -Dm0644 -t "$pkgdir/usr/share/zsh/site-functions/" "completions/_$_bin"
+	install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
+	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}



More information about the arch-commits mailing list