summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: fa64201c0d2d1f72129cef07a1ffc88a830cc029 (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
29
30
# Maintainer: Svexican <svexican@gmail.com>
pkgname=postgrest-bin
pkgver=0.4.3.0
pkgrel=1
epoch=
pkgdesc="REST API for any Postgres database"
arch=('x86_64')
url="https://github.com/begriffs/postgrest"
license=('MIT')
groups=()
depends=('postgresql-libs')
makedepends=()
checkdepends=()
optdepends=()
provides=('postgrest' 'postgrest-bin')
conflicts=('postgrest')
replaces=()
backup=()
options=()
install=
changelog=
source=("https://github.com/begriffs/postgrest/releases/download/v$pkgver/postgrest-v$pkgver-ubuntu.tar.xz")
noextract=()
sha512sums=('c4117a32704479c2c2437ff5460b9efd344223d9fd7b6b38c90831aecd9f5dcdebcadb2235d5aec0c647a2fd549a097e508fc5bd9dbbd3e56ff7a5ef76d41b03')
validpgpkeys=()

package() {
  mkdir -p "$pkgdir/usr/bin/"
  ln -f postgrest "$pkgdir/usr/bin/"
}