[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue May 29 22:08:17 UTC 2018
Date: Tuesday, May 29, 2018 @ 22:08:17
Author: svenstaro
Revision: 333212
archrelease: copy trunk to community-x86_64
Added:
tokei/repos/community-x86_64/PKGBUILD
(from rev 333211, tokei/trunk/PKGBUILD)
Deleted:
tokei/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-29 22:08:06 UTC (rev 333211)
+++ PKGBUILD 2018-05-29 22:08:17 UTC (rev 333212)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=tokei
-pkgver=7.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=('af4265923942732322f4e8f975ad8a40fbc0b45e30abfb02faa818846a5643021188bdbcdad959db7c65da96720b75faed56550338216ba997d53f45dc99807c')
-
-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 333211, tokei/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-29 22:08:17 UTC (rev 333212)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+pkgname=tokei
+pkgver=7.0.2
+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=('085c828c7171c1c253f3e4e04c0c057e3d9a45a45a8496c7d4252b2a06e1e41642cc1a6ef348cbe74769bde5d4803eb84a6b769b36a24821727c55758958d2b7')
+
+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