forked from restitux/aur-test
Initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
pkgbase = apollo-rover-bin
|
||||
pkgdesc = CLI for Apollo's suite of GraphQL developer productivity tools (binary release)
|
||||
pkgver = 0.25.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/apollographql/rover
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = gcc-libs
|
||||
depends = zlib
|
||||
conflicts = apollo-rover
|
||||
source = apollo-rover-bin-0.25.0.tar.gz::https://github.com/apollographql/rover/releases/download/v0.25.0/rover-v0.25.0-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums = aea0bb509cca537ae27837e52fd8f068622ab62a90299eeff629b69338df09dc
|
||||
|
||||
pkgname = apollo-rover-bin
|
||||
@@ -0,0 +1,19 @@
|
||||
# Maintainer: restitux <restitux at ohea dot xyz>
|
||||
|
||||
pkgname=apollo-rover-bin
|
||||
pkgver=0.25.0
|
||||
pkgrel=1
|
||||
pkgdesc="CLI for Apollo's suite of GraphQL developer productivity tools (binary release)"
|
||||
arch=('x86_64')
|
||||
url='https://github.com/apollographql/rover'
|
||||
license=('MIT')
|
||||
depends=('gcc-libs' 'zlib')
|
||||
conflicts=('apollo-rover')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/rover-v$pkgver-x86_64-unknown-linux-gnu.tar.gz")
|
||||
sha256sums=('aea0bb509cca537ae27837e52fd8f068622ab62a90299eeff629b69338df09dc')
|
||||
|
||||
package() {
|
||||
install -D "dist/rover" -t "$pkgdir/usr/bin/"
|
||||
install -Dm644 "dist/LICENSE" -t "$pkgdir/usr/share/licenses/$pkgname/"
|
||||
install -Dm644 "dist/README.md" -t "$pkgdir/usr/share/doc/$pkgname/"
|
||||
}
|
||||
Reference in New Issue
Block a user