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

Caleb Maclennan alerque at gemini.archlinux.org
Mon May 9 07:51:31 UTC 2022


    Date: Monday, May 9, 2022 @ 07:51:31
  Author: alerque
Revision: 1196327

archrelease: copy trunk to community-x86_64

Added:
  fx/repos/community-x86_64/PKGBUILD
    (from rev 1196326, fx/trunk/PKGBUILD)
Deleted:
  fx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-09 07:51:22 UTC (rev 1196326)
+++ PKGBUILD	2022-05-09 07:51:31 UTC (rev 1196327)
@@ -1,37 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Caltlgin Stsodaat <contact at fossdaily.xyz>
-
-pkgname=fx
-pkgver=23.1.0
-pkgrel=1
-pkgdesc='Command-line tool and terminal JSON viewer'
-arch=(x86_64)
-url="https://github.com/antonmedv/$pkgname"
-license=(MIT)
-depends=(glibc)
-makedepends=(go)
-_archive="$pkgname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('d9d37869f3a941cc4de2d8a6c81f22779401de22a1d25fb860a3a996fa94785c')
-
-prepare() {
-	cd "$_archive"
-	go mod vendor
-}
-
-build() {
-	cd "$_archive"
-	export CGO_CPPFLAGS="$CPPFLAGS"
-	export CGO_CFLAGS="$CFLAGS"
-	export CGO_CXXFLAGS="$CXXFLAGS"
-	export CGO_LDFLAGS="$LDFLAGS"
-	export GOFLAGS="-buildmode=pie -trimpath -modcacherw -ldflags=-linkmode=external"
-	go build .
-}
-
-package() {
-	cd "$_archive"
-	install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname"
-	install -Dm0644 -t "$pkgdir/usr/share/doc/$pkgname/" README.md
-	install -Dm0644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}

Copied: fx/repos/community-x86_64/PKGBUILD (from rev 1196326, fx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-09 07:51:31 UTC (rev 1196327)
@@ -0,0 +1,37 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Caltlgin Stsodaat <contact at fossdaily.xyz>
+
+pkgname=fx
+pkgver=24.0.0
+pkgrel=1
+pkgdesc='Command-line tool and terminal JSON viewer'
+arch=(x86_64)
+url="https://github.com/antonmedv/$pkgname"
+license=(MIT)
+depends=(glibc)
+makedepends=(go)
+_archive="$pkgname-$pkgver"
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('43682e6b189a84602930b9fb09a87af400359a9e97a4bb8e1119688c53fad9fd')
+
+prepare() {
+	cd "$_archive"
+	go mod vendor
+}
+
+build() {
+	cd "$_archive"
+	export CGO_CPPFLAGS="$CPPFLAGS"
+	export CGO_CFLAGS="$CFLAGS"
+	export CGO_CXXFLAGS="$CXXFLAGS"
+	export CGO_LDFLAGS="$LDFLAGS"
+	export GOFLAGS="-buildmode=pie -trimpath -modcacherw -ldflags=-linkmode=external"
+	go build .
+}
+
+package() {
+	cd "$_archive"
+	install -Dm0755 -t "$pkgdir/usr/bin/" "$pkgname"
+	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