[arch-commits] Commit in difftastic/repos/community-x86_64 (PKGBUILD PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Sat Apr 30 08:18:27 UTC 2022
Date: Saturday, April 30, 2022 @ 08:18:27
Author: grawlinson
Revision: 1191868
archrelease: copy trunk to community-x86_64
Added:
difftastic/repos/community-x86_64/PKGBUILD
(from rev 1191867, difftastic/trunk/PKGBUILD)
Deleted:
difftastic/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 122 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 61 insertions(+), 61 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-30 08:17:46 UTC (rev 1191867)
+++ PKGBUILD 2022-04-30 08:18:27 UTC (rev 1191868)
@@ -1,61 +0,0 @@
-# Maintainer: George Rawlinson <grawlinson at archlinux.org>
-# Maintainer: Caleb Maclennan <caleb at alerque.com>
-# Contributor: Wesley Moore <wes at wezm.net>
-
-pkgname=difftastic
-pkgver=0.27.0
-pkgrel=1
-pkgdesc="An experimental diff tool that compares files based on their syntax"
-arch=('x86_64')
-url="https://difftastic.wilfred.me.uk"
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('git' 'rust' 'mdbook')
-options=('!lto')
-_commit='a91a3e5db073df6e95aec50c395ea17355d2c1c3'
-source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
- cd "$pkgname"
-
- git describe --tags | sed 's/^v//'
-}
-
-prepare() {
- cd "$pkgname"
-
- # download dependencies
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
- cd "$pkgname"
-
- # binary
- cargo build --frozen --release --all-features
-
- # documentation
- cd manual
- mdbook build
-}
-
-check() {
- cd "$pkgname"
-
- cargo test --frozen --all-features
-}
-
-package() {
- cd "$pkgname"
-
- # binary
- install -vDm755 -t "$pkgdir/usr/bin" target/release/difft
-
- # documentation
- install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
- cp -vr manual/book "$pkgdir/usr/share/doc/$pkgname/manual"
-
- # license
- install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-}
Copied: difftastic/repos/community-x86_64/PKGBUILD (from rev 1191867, difftastic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-30 08:18:27 UTC (rev 1191868)
@@ -0,0 +1,61 @@
+# Maintainer: George Rawlinson <grawlinson at archlinux.org>
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Wesley Moore <wes at wezm.net>
+
+pkgname=difftastic
+pkgver=0.28.0
+pkgrel=1
+pkgdesc='An experimental diff tool that compares files based on their syntax'
+arch=('x86_64')
+url='https://difftastic.wilfred.me.uk'
+license=('MIT')
+depends=('gcc-libs')
+makedepends=('git' 'rust' 'mdbook')
+options=('!lto')
+_commit='4c7ab4809181505abe9a963491268ecc1b2e2648'
+source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+ cd "$pkgname"
+
+ git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+ cd "$pkgname"
+
+ # download dependencies
+ cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+ cd "$pkgname"
+
+ # binary
+ cargo build --frozen --release --all-features
+
+ # documentation
+ cd manual
+ mdbook build
+}
+
+check() {
+ cd "$pkgname"
+
+ cargo test --frozen --all-features
+}
+
+package() {
+ cd "$pkgname"
+
+ # binary
+ install -vDm755 -t "$pkgdir/usr/bin" target/release/difft
+
+ # documentation
+ install -vDm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+ cp -vr manual/book "$pkgdir/usr/share/doc/$pkgname/manual"
+
+ # license
+ install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+}
More information about the arch-commits
mailing list