[arch-commits] Commit in delve/repos/community-x86_64 (PKGBUILD PKGBUILD)
Santiago Torres-Arias
sangy at archlinux.org
Thu Aug 13 20:08:42 UTC 2020
Date: Thursday, August 13, 2020 @ 20:08:42
Author: sangy
Revision: 678008
archrelease: copy trunk to community-x86_64
Added:
delve/repos/community-x86_64/PKGBUILD
(from rev 678007, delve/trunk/PKGBUILD)
Deleted:
delve/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-13 20:08:24 UTC (rev 678007)
+++ PKGBUILD 2020-08-13 20:08:42 UTC (rev 678008)
@@ -1,27 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-pkgname=delve
-pkgver=1.4.0
-pkgrel=3
-pkgdesc="A debugger for the Go programming language."
-arch=('x86_64')
-url="https://github.com/derekparker/delve"
-license=('MIT')
-makedepends=('go' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/derekparker/delve/archive/v${pkgver}.tar.gz")
-sha256sums=('56f5e208a6d72e3fb00ba65fbd4255c41904c37169892478011ed24df034667c')
-
-build(){
- cd "${pkgname}-${pkgver}"
- export CGO_CPPFLAGS="${CPPFLAGS}"
- export CGO_CFLAGS="${CFLAGS}"
- export CGO_CXXFLAGS="${CXXFLAGS}"
- export CGO_LDFLAGS="${LDFLAGS}"
- export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
- go build ./cmd/dlv
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: delve/repos/community-x86_64/PKGBUILD (from rev 678007, delve/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-08-13 20:08:42 UTC (rev 678008)
@@ -0,0 +1,27 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+pkgname=delve
+pkgver=1.5.0
+pkgrel=1
+pkgdesc="A debugger for the Go programming language."
+arch=('x86_64')
+url="https://github.com/go-delve/delve"
+license=('MIT')
+makedepends=('go' 'git')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/go-delve/delve/archive/v${pkgver}.tar.gz")
+sha256sums=('f8bbaecdfc9d1ff6148900d3dea44b6dd06a7f0197be4e9a75c289b7f62682ab')
+
+build(){
+ cd "${pkgname}-${pkgver}"
+ export CGO_CPPFLAGS="${CPPFLAGS}"
+ export CGO_CFLAGS="${CFLAGS}"
+ export CGO_CXXFLAGS="${CXXFLAGS}"
+ export CGO_LDFLAGS="${LDFLAGS}"
+ export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+ go build ./cmd/dlv
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -Dm755 dlv "${pkgdir}/usr/bin/dlv"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
More information about the arch-commits
mailing list