Date: Sunday, August 26, 2018 @ 19:52:45 Author: svenstaro Revision: 374566
archrelease: copy trunk to community-x86_64 Added: tokei/repos/community-x86_64/PKGBUILD (from rev 374565, tokei/trunk/PKGBUILD) Deleted: tokei/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-08-26 19:52:37 UTC (rev 374565) +++ PKGBUILD 2018-08-26 19:52:45 UTC (rev 374566) @@ -1,27 +0,0 @@ -# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> -pkgname=tokei -pkgver=7.0.3 -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=('13579de059343ae2f14cabd98bf9fa5e5f9a0a3cea516ae7fe7b91e5a16320b0349cf51e236fb5dec8fbc958af65f6a48541ce5b12d39b5fa1a5fb82b9168e14') - -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 374565, tokei/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-08-26 19:52:45 UTC (rev 374566) @@ -0,0 +1,27 @@ +# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> +pkgname=tokei +pkgver=8.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=('0ee5c6f1c3af4552ad411084bc41259e4d609668cddff22ba2bacb0d2abdd7f0d77984a68d6d2b4e7075036ea3c8685d666198caeeef8191b4d644e5ec329448') + +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" +}