[arch-commits] Commit in age/repos/community-x86_64 (PKGBUILD PKGBUILD)
Christian Rebischke
shibumi at archlinux.org
Fri May 28 18:27:00 UTC 2021
Date: Friday, May 28, 2021 @ 18:27:00
Author: shibumi
Revision: 950038
archrelease: copy trunk to community-x86_64
Added:
age/repos/community-x86_64/PKGBUILD
(from rev 950037, age/trunk/PKGBUILD)
Deleted:
age/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-28 18:26:54 UTC (rev 950037)
+++ PKGBUILD 2021-05-28 18:27:00 UTC (rev 950038)
@@ -1,38 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Tharre <tharre3 at gmail.com>
-# Contributor: Caleb Maclennan <caleb at alerque.com>
-
-pkgname=age
-_pkgver=1.0.0-rc.1
-pkgver=${_pkgver//-/}
-pkgrel=2
-pkgdesc='A simple, modern and secure file encryption tool'
-arch=('x86_64')
-url="https://github.com/FiloSottile/$pkgname"
-license=('BSD')
-depends=('glibc')
-makedepends=('go')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
-sha512sums=('7efcd2f84fba3d6da8cda0b8229fedab692db8731de94d0b4c60bfaee68f91bb9bed3c78d894916dafceb414a90773d9258457b39ec4d373a80b6e08e06fc87f')
-
-build() {
- cd "$pkgname-$_pkgver"
- go build \
- -trimpath \
- -buildmode=pie \
- -mod=readonly \
- -modcacherw \
- -ldflags "-linkmode external -extldflags \"$LDFLAGS\"" \
- -o . ./...
-}
-
-check() {
- cd "$pkgname-$_pkgver"
- go test ./...
-}
-
-package() {
- cd "$pkgname-$_pkgver"
- install -Dm755 -t "$pkgdir/usr/bin/" age age-keygen
- install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
-}
Copied: age/repos/community-x86_64/PKGBUILD (from rev 950037, age/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-28 18:27:00 UTC (rev 950038)
@@ -0,0 +1,38 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Tharre <tharre3 at gmail.com>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+
+pkgname=age
+_pkgver=1.0.0-rc.2
+pkgver=${_pkgver//-/}
+pkgrel=1
+pkgdesc='A simple, modern and secure file encryption tool'
+arch=('x86_64')
+url="https://github.com/FiloSottile/$pkgname"
+license=('BSD')
+depends=('glibc')
+makedepends=('go')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$_pkgver.tar.gz")
+sha512sums=('488255ccf268a45f304d3fdcacbf32e214835516900b61e0554fe586bf61161e3bba2b1ee88e732490cdf82118a922c372133c888753d51f4d7afcb80421c088')
+
+build() {
+ cd "$pkgname-$_pkgver"
+ go build \
+ -trimpath \
+ -buildmode=pie \
+ -mod=readonly \
+ -modcacherw \
+ -ldflags "-linkmode external -extldflags \"$LDFLAGS\"" \
+ -o . ./...
+}
+
+check() {
+ cd "$pkgname-$_pkgver"
+ go test ./...
+}
+
+package() {
+ cd "$pkgname-$_pkgver"
+ install -Dm755 -t "$pkgdir/usr/bin/" age age-keygen
+ install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname/" LICENSE
+}
More information about the arch-commits
mailing list