Last active
September 30, 2021 12:09
-
-
Save Strykar/8fea971e4a6b2029c3e9100950647938 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Strykar <[email protected]> | |
pkgname=go-livepeer-bin | |
_pkgname=go-livepeer | |
pkgver=0.5.21 | |
pkgrel=1 | |
pkgdesc='Official Go binaries of the Livepeer protocol' | |
arch=('x86_64') | |
url='https://github.com/livepeer/go-livepeer' | |
license=('MIT') | |
conflicts=('go-livepeer-git') | |
source=("https://github.com/livepeer/${_pkgname}/releases/download/v${pkgver}/livepeer-linux-amd64.tar.gz" | |
"https://raw.githubusercontent.com/livepeer/go-livepeer/master/LICENSE" | |
"environment" | |
"livepeer.service") | |
sha256sums=('aa966e0af5599faf04d1c9334da36f59e3f6007ca23fc0f21c7c2379b998f0e4' | |
'c4de4cf3034bc69b6832f22ea3e18957639e41f2ad7d4cfed6919f6e0dbf99ba' | |
'90a56f615aac23a719ce7c7c09446e0bf712ad5598eb27699075d378eba8a2a9' | |
'4cd1a524d4024d6edd5d1b0c6b1e7fc9f2183d7ccedab195a4203e6dd1c31670') | |
package() { | |
install -Dm 644 "${srcdir}/environment" -t "${pkgdir}/etc/${_pkgname}" | |
install -Dm 644 "${srcdir}/livepeer.service" -t "${pkgdir}/usr/lib/systemd/system" | |
install -Dm 755 "${srcdir}/livepeer-linux-amd64/livepeer" "${pkgdir}/usr/bin/livepeer" | |
install -Dm 755 "${srcdir}/livepeer-linux-amd64/livepeer_cli" "${pkgdir}/usr/bin/livepeer_cli" | |
install -Dm 755 "${srcdir}/livepeer-linux-amd64/livepeer_bench" "${pkgdir}/usr/bin/livepeer_bench" | |
install -Dm 755 "${srcdir}/livepeer-linux-amd64/livepeer_router" "${pkgdir}/usr/bin/livepeer_router" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment