Date: Friday, May 15, 2020 @ 22:12:46 Author: foxboron Revision: 628129
archrelease: copy trunk to community-x86_64 Added: raft/repos/community-x86_64/PKGBUILD (from rev 628128, raft/trunk/PKGBUILD) Deleted: raft/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-05-15 22:12:39 UTC (rev 628128) +++ PKGBUILD 2020-05-15 22:12:46 UTC (rev 628129) @@ -1,32 +0,0 @@ -# Maintainer: Morten Linderud <foxbo...@archlinux.org> -# Contributor: Thomas Hipp <thomashipp at gmail dot com> - -pkgname=raft -pkgver=0.9.19 -pkgrel=1 -pkgdesc="C implementation of the Raft consensus protocol" -arch=('x86_64') -url="https://github.com/canonical/raft" -license=('LGPL3') -depends=('libuv') -source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz") -sha256sums=('a018e35f103d8311eb436bea9696b03b88a8a3a25ebab61daec3d1af4d20828e') - -build() { - cd "${pkgname}-${pkgver}" - autoreconf -i - ./configure --prefix=/usr - make -} - -check() { - cd "${pkgname}-${pkgver}" - make check || true -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="$pkgdir/" install - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - rm -rf "${pkgdir}/usr/bin" -} Copied: raft/repos/community-x86_64/PKGBUILD (from rev 628128, raft/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-05-15 22:12:46 UTC (rev 628129) @@ -0,0 +1,32 @@ +# Maintainer: Morten Linderud <foxbo...@archlinux.org> +# Contributor: Thomas Hipp <thomashipp at gmail dot com> + +pkgname=raft +pkgver=0.9.20 +pkgrel=1 +pkgdesc="C implementation of the Raft consensus protocol" +arch=('x86_64') +url="https://github.com/canonical/raft" +license=('LGPL3') +depends=('libuv') +source=("$pkgname-$pkgver.tar.gz::https://github.com/canonical/${pkgname}/archive/v${pkgver}.tar.gz") +sha256sums=('209de04651fd3492e74936da50f67e019a273bbf429f352221eb4ca1dc230cfb') + +build() { + cd "${pkgname}-${pkgver}" + autoreconf -i + ./configure --prefix=/usr + make +} + +check() { + cd "${pkgname}-${pkgver}" + make check || true +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="$pkgdir/" install + install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + rm -rf "${pkgdir}/usr/bin" +}