[arch-commits] Commit in goimapnotify/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxim Baz
maximbaz at gemini.archlinux.org
Mon Sep 27 02:23:10 UTC 2021
Date: Monday, September 27, 2021 @ 02:23:10
Author: maximbaz
Revision: 1025723
archrelease: copy trunk to community-x86_64
Added:
goimapnotify/repos/community-x86_64/PKGBUILD
(from rev 1025722, goimapnotify/trunk/PKGBUILD)
Deleted:
goimapnotify/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-09-27 02:23:06 UTC (rev 1025722)
+++ PKGBUILD 2021-09-27 02:23:10 UTC (rev 1025723)
@@ -1,38 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jorge Araya Navarro <jorge at esavara.cr>
-
-pkgname=goimapnotify
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version."
-url="https://gitlab.com/shackra/goimapnotify"
-license=('GPL3')
-arch=('x86_64')
-depends=('glibc')
-makedepends=('git' 'go')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('99b5822295700ebdc3a6a80cc5f4c515cb791a506fd6ba146ecd3b6bdcdfb084b61e9e25ae86fbf2d3992f39d928c028c6b144ef96e999bda53786f6e731b412')
-
-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 -ldflags "-linkmode=external -extldflags=$LDFLAGS"
-}
-
-check() {
- cd "${pkgname}-${pkgver}"
-
- go test ./...
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
-
- install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
- install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify at .service
-}
Copied: goimapnotify/repos/community-x86_64/PKGBUILD (from rev 1025722, goimapnotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-09-27 02:23:10 UTC (rev 1025723)
@@ -0,0 +1,38 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jorge Araya Navarro <jorge at esavara.cr>
+
+pkgname=goimapnotify
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Execute scripts on IMAP mailbox changes (new/deleted/updated messages) using IDLE, golang version."
+url="https://gitlab.com/shackra/goimapnotify"
+license=('GPL3')
+arch=('x86_64')
+depends=('glibc')
+makedepends=('git' 'go')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('3770521fe3c6b41c56b5d9fc3980c5402d3874a366c0e9f8c96093c697d8ee5eba8196b84c6f3f1ad8ac5f8951dd4ef5fac8a0756bdca2e909999fb36f47d1ee')
+
+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 -ldflags "-linkmode=external -extldflags=$LDFLAGS"
+}
+
+check() {
+ cd "${pkgname}-${pkgver}"
+
+ go test ./...
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+
+ install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+ install -Dm644 -t "${pkgdir}/usr/lib/systemd/user/" goimapnotify at .service
+}
More information about the arch-commits
mailing list