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

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Sep 21 01:11:43 UTC 2019


    Date: Saturday, September 21, 2019 @ 01:11:43
  Author: svenstaro
Revision: 511295

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
    (from rev 511294, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-21 01:11:29 UTC (rev 511294)
+++ PKGBUILD	2019-09-21 01:11:43 UTC (rev 511295)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=tokei
-pkgver=10.0.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei"
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz")
-sha512sums=('1e8a0d6f8fa4bc471380159086060465dfa1639a04919d2d7494389582f14fab921d4cf2e57914e4e896e8cf37c2eca2298ab75d95169400ce401739f5d09117')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-
-    cargo build --release
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-
-    install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-    install -Dm644 LICENCE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-    install -Dm644 LICENCE-APACHE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 511294, tokei/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-21 01:11:43 UTC (rev 511295)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=tokei
+pkgver=10.0.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei"
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz")
+sha512sums=('e3bc7dd3d1baffc7be0c42541b715ebe5f7357269904589d7f424b299ccb5bc3a1d5aa8c3635c83d82d4cb7f342cd02a68223190491c56bd8574adfe925c3c29')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+
+    cargo build --release
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+
+    install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+    install -Dm644 LICENCE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+    install -Dm644 LICENCE-APACHE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}



More information about the arch-commits mailing list