Date: Sunday, February 19, 2023 @ 13:43:50 Author: kpcyrd Revision: 1402981
archrelease: copy trunk to community-x86_64 Added: gitoxide/repos/community-x86_64/PKGBUILD (from rev 1402980, gitoxide/trunk/PKGBUILD) Deleted: gitoxide/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 66 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-02-19 13:43:29 UTC (rev 1402980) +++ PKGBUILD 2023-02-19 13:43:50 UTC (rev 1402981) @@ -1,33 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> - -pkgname=gitoxide -pkgver=0.20.0 -pkgrel=2 -pkgdesc="An idiomatic, lean, fast & safe pure Rust implementation of Git" -url='https://github.com/Byron/gitoxide' -arch=('x86_64') -license=('MIT' 'Apache-2.0') -makedepends=('cargo' 'cmake') -options=(!lto) -source=(https://github.com/Byron/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('4ef4681b643d1a5b9ca6ae694234441af4c99806fa43a6847a6e4a61df1bb1cd') -b2sums=('51f4bb1f0fed88df094ff2e3a6368bf59383783b4f349534ab1e19361aa92b5d12df6821eec65d7b94967c35cdbdb101071df841a17855979959c0fae1d92b29') - -prepare() { - cd "${pkgname}-${pkgver}" - cargo fetch --locked --target "$CARCH-unknown-linux-gnu" -} - -build() { - cd ${pkgname}-${pkgver} - cargo build --frozen --release --no-default-features --features max-pure -} - -package() { - cd ${pkgname}-${pkgver} - install -Dm 755 -t "${pkgdir}/usr/bin" \ - target/release/gix \ - target/release/ein -} - -# vim: ts=2 sw=2 et: Copied: gitoxide/repos/community-x86_64/PKGBUILD (from rev 1402980, gitoxide/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-02-19 13:43:50 UTC (rev 1402981) @@ -0,0 +1,33 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> + +pkgname=gitoxide +pkgver=0.22.1 +pkgrel=1 +pkgdesc="An idiomatic, lean, fast & safe pure Rust implementation of Git" +url='https://github.com/Byron/gitoxide' +arch=('x86_64') +license=('MIT' 'Apache-2.0') +makedepends=('cargo' 'cmake') +options=(!lto) +source=(https://github.com/Byron/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz) +sha256sums=('a0349214654fcfcf4448a9d3c3e721b27c591191b651363c3bea1347c1120d2e') +b2sums=('18432893bc3fa7bf94b7a32566ea548c5abd228e646a63e5c82f1af30f777980d6f697490136026ea38a056d244a03d5d17ecc420ecced1e1786fe39c43068f6') + +prepare() { + cd "${pkgname}-${pkgver}" + cargo fetch --locked --target "$CARCH-unknown-linux-gnu" +} + +build() { + cd ${pkgname}-${pkgver} + cargo build --frozen --release --no-default-features --features max-pure +} + +package() { + cd ${pkgname}-${pkgver} + install -Dm 755 -t "${pkgdir}/usr/bin" \ + target/release/gix \ + target/release/ein +} + +# vim: ts=2 sw=2 et: