[arch-commits] Commit in dfrs/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri May 15 15:19:11 UTC 2020


    Date: Friday, May 15, 2020 @ 15:19:11
  Author: anthraxx
Revision: 628036

archrelease: copy trunk to community-x86_64

Added:
  dfrs/repos/community-x86_64/PKGBUILD
    (from rev 628035, dfrs/trunk/PKGBUILD)
Deleted:
  dfrs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   77 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-15 15:19:06 UTC (rev 628035)
+++ PKGBUILD	2020-05-15 15:19:11 UTC (rev 628036)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=dfrs
-pkgver=0.0.2
-pkgrel=1
-pkgdesc='Display file system space usage using graphs and colors'
-url='https://github.com/anthraxx/dfrs'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc' 'gcc-libs')
-makedepends=('cargo')
-source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
-        ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha512sums=('1ed745a243790e76bf6098e4cb7e791b31f314462b774f55abdf4849fc08294717a3ed05f39c4bea058e8c535cddd447e9bf86f450b95bc495dd226dff31ea03'
-            'SKIP')
-b2sums=('717c26c3678690272df63778d727809ecb6aaceefaf76e1be9b35f2956f29c76fb953c853e109abcad91a5055ee221205dc0486f6e4d08ca4569032134bf8933'
-        'SKIP')
-validpgpkeys=(
-  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
-)
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  cargo test --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 target/release/${pkgname} -t "${pkgdir}/usr/bin"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dfrs/repos/community-x86_64/PKGBUILD (from rev 628035, dfrs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-15 15:19:11 UTC (rev 628036)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=dfrs
+pkgver=0.0.3
+pkgrel=1
+pkgdesc='Display file system space usage using graphs and colors'
+url='https://github.com/anthraxx/dfrs'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc' 'gcc-libs')
+makedepends=('cargo' 'scdoc')
+source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz
+        ${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+options=('!makeflags')
+sha512sums=('b838d77109a3067371b5a19117becd103f9ff0b01afebe2dcb1cab15eccfb7d0162deab0b0420e4e902910e28a3dbde1e379af247e6007736bc524599a72e0bf'
+            'SKIP')
+b2sums=('dcaee03cc0ee62fce87058859b4d40d9a2ea0d90b49e096d641d8a4396f206b6faa7e1f0568f6de48ee0f78ffe4413aa846268966e281f03235baaded0214775'
+        'SKIP')
+validpgpkeys=(
+  'E240B57E2C4630BA768E2F26FC1B547C8D8172C8'  # Levente Polyak
+)
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  cargo test --release --locked
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX="/usr" install
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list