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

Alexander Rødseth arodseth at archlinux.org
Mon Sep 21 07:17:35 UTC 2020


    Date: Monday, September 21, 2020 @ 07:17:35
  Author: arodseth
Revision: 711141

archrelease: copy trunk to community-x86_64

Added:
  cgasm/repos/community-x86_64/PKGBUILD
    (from rev 711140, cgasm/trunk/PKGBUILD)
Deleted:
  cgasm/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-21 07:17:30 UTC (rev 711140)
+++ PKGBUILD	2020-09-21 07:17:35 UTC (rev 711141)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: l0gic
-# Contributor: 0xAA <0xaa at dmg.sx>
-
-pkgname=cgasm
-pkgver=0.0.0
-pkgrel=1
-pkgdesc='x86 Assembly documentation in the form of a CLI tool'
-arch=(x86_64)
-url='https://github.com/bnagy/cgasm'
-license=(GPL2)
-makedepends=(git go)
-source=("git+$url#commit=6c54b38020a075e700343335fe44c45f16e22f3c")
-sha256sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-  export CGO_CPPF
-  go build -v -trimpath -buildmode=pie -ldflags="-s -w -linkmode external -extldflags \"$LDFLAGS\""
-}
-
-package() {
-  install -D -m755 $pkgname/cgasm "$pkgdir/usr/bin/cgasm"
-}

Copied: cgasm/repos/community-x86_64/PKGBUILD (from rev 711140, cgasm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-21 07:17:35 UTC (rev 711141)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: l0gic
+# Contributor: 0xAA <0xaa at dmg.sx>
+
+pkgname=cgasm
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='x86 Assembly documentation in the form of a CLI tool'
+arch=(x86_64)
+url='https://github.com/bnagy/cgasm'
+license=(GPL2)
+makedepends=(git go)
+source=("git+$url#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  export CGO_CPPF
+  go build -v -trimpath -buildmode=pie -ldflags="-s -w -linkmode external -extldflags \"$LDFLAGS\""
+}
+
+package() {
+  install -D -m755 $pkgname/cgasm "$pkgdir/usr/bin/cgasm"
+}



More information about the arch-commits mailing list