summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7ad57e617bc6cbee2f6a289cdb79ef0ec75b3715 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: Daniel Bershatsky <bepshatsky@yandex.ru>
pkgname=protoc-gen-grpc-java
pkgver=1.28.1
pkgrel=1
epoch=0
pkgdesc="Protobuf gRPC compiler for Java."
arch=('x86_64')
url="https://grpc.io"
license=('MIT')
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
_source="https://repo1.maven.org/maven2/io/grpc/protoc-gen-grpc-java/${pkgver}/protoc-gen-grpc-java-${pkgver}-linux-x86_64.exe"
source=($_source $_source.asc)
sha1sums=('f7e1ecba7819b65316034f3501969a628af4f408'
          'SKIP')
validpgpkeys=('B02335AA54CCF21E52BBF9ABD9C565AA72BA2FDD')

package() {
    mkdir -p ${pkgdir}/usr/bin
    install -Dm755 protoc-gen-grpc-java-${pkgver}-linux-x86_64.exe ${pkgdir}/usr/bin/${pkgname}
}