[arch-commits] Commit in fx/repos/community-x86_64 (PKGBUILD PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Mon Apr 25 20:36:08 UTC 2022
Date: Monday, April 25, 2022 @ 20:36:07
Author: alerque
Revision: 1190106
archrelease: copy trunk to community-x86_64
Added:
fx/repos/community-x86_64/PKGBUILD
(from rev 1190105, fx/trunk/PKGBUILD)
Deleted:
fx/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-25 20:35:59 UTC (rev 1190105)
+++ PKGBUILD 2022-04-25 20:36:07 UTC (rev 1190106)
@@ -1,37 +0,0 @@
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Caltlgin Stsodaat <contact at fossdaily.xyz>
-
-pkgname=fx
-pkgver=22.0.3
-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=('7a5557fc6687aed17b511587ce7e78eab96a727d403802fa338fb5ff02a64f35')
-
-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 1190105, fx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-25 20:36:07 UTC (rev 1190106)
@@ -0,0 +1,37 @@
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Caltlgin Stsodaat <contact at fossdaily.xyz>
+
+pkgname=fx
+pkgver=22.0.10
+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=('00cbd5a45739522e0e54593703cf864af9bb49118b8a827643ef012a1f2e2922')
+
+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