[arch-commits] Commit in goimapnotify/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jelle van der Waa
jelle at gemini.archlinux.org
Wed Apr 27 16:16:30 UTC 2022
Date: Wednesday, April 27, 2022 @ 16:16:30
Author: jelle
Revision: 1191244
archrelease: copy trunk to community-x86_64
Added:
goimapnotify/repos/community-x86_64/PKGBUILD
(from rev 1191243, goimapnotify/trunk/PKGBUILD)
Deleted:
goimapnotify/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-27 16:16:25 UTC (rev 1191243)
+++ PKGBUILD 2022-04-27 16:16:30 UTC (rev 1191244)
@@ -1,39 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jorge Araya Navarro <jorge at esavara.cr>
-
-pkgname=goimapnotify
-pkgver=2.3.7
-pkgrel=2
-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=('7551ec498c3414448b21bf4202a69bbab8815dd9423638b3adbf31fb2857a008fb6f1ac78e41ce695550931dfe4ba9c49050f3bfcab2d646f37547a7efcdaff7')
-options=(!lto)
-
-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 1191243, goimapnotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-27 16:16:30 UTC (rev 1191244)
@@ -0,0 +1,39 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jorge Araya Navarro <jorge at esavara.cr>
+
+pkgname=goimapnotify
+pkgver=2.3.7
+pkgrel=3
+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=('7551ec498c3414448b21bf4202a69bbab8815dd9423638b3adbf31fb2857a008fb6f1ac78e41ce695550931dfe4ba9c49050f3bfcab2d646f37547a7efcdaff7')
+options=(!lto)
+
+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