[arch-commits] Commit in sd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Mon May 13 15:18:33 UTC 2019
Date: Monday, May 13, 2019 @ 15:18:33
Author: svenstaro
Revision: 467147
archrelease: copy trunk to community-x86_64
Added:
sd/repos/community-x86_64/PKGBUILD
(from rev 467146, sd/trunk/PKGBUILD)
Deleted:
sd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 43 ++++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 21 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-13 15:18:26 UTC (rev 467146)
+++ PKGBUILD 2019-05-13 15:18:33 UTC (rev 467147)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Wesley Moore <wes at wezm.net>
-pkgname=sd
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Intuitive find & replace'
-arch=('x86_64')
-url="https://github.com/chmln/sd"
-license=('MIT')
-makedepends=('rust' 'cargo' 'git')
-source=("$pkgver.tar.gz::$url/archive/sd-$pkgver.tar.gz")
-sha256sums=('167940e76ce0dd0129832e1cc1302eef9318f9003d27d968fbcba912ce23bb1c')
-
-build() {
- cd "$pkgname-$pkgname-$pkgver"
- cargo build --release --locked
-}
-
-package() {
- install -Dm755 "$srcdir/$pkgname-$pkgname-$pkgver/target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
-}
Copied: sd/repos/community-x86_64/PKGBUILD (from rev 467146, sd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-13 15:18:33 UTC (rev 467147)
@@ -0,0 +1,22 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Wesley Moore <wes at wezm.net>
+pkgname=sd
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Intuitive find & replace'
+arch=('x86_64')
+url="https://github.com/chmln/sd"
+license=('MIT')
+makedepends=('rust' 'cargo' 'git')
+source=("$pkgver.tar.gz::$url/archive/sd-$pkgver.tar.gz")
+sha256sums=('167940e76ce0dd0129832e1cc1302eef9318f9003d27d968fbcba912ce23bb1c')
+
+build() {
+ cd "$pkgname-$pkgname-$pkgver"
+ cargo build --release --locked
+}
+
+package() {
+ install -Dm755 "$pkgname-$pkgname-$pkgver/target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 "$pkgname-$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list