Compare commits

..

No commits in common. "e5fb71399780403b358d35929636034666f4ca21" and "56a25167a627304e1eb05a044ef56aa2f93f773f" have entirely different histories.

4 changed files with 0 additions and 38 deletions

3
.gitmodules vendored
View file

@ -187,9 +187,6 @@
[submodule "ottomatic"] [submodule "ottomatic"]
path = ottomatic path = ottomatic
url = ssh://aur@aur.archlinux.org/ottomatic.git url = ssh://aur@aur.archlinux.org/ottomatic.git
[submodule "pg_graphql"]
path = pg_graphql
url = ssh://aur@aur.archlinux.org/pg_graphql.git
[submodule "pg_ulid"] [submodule "pg_ulid"]
path = pg_ulid path = pg_ulid
url = ssh://aur@aur.archlinux.org/pg_ulid.git url = ssh://aur@aur.archlinux.org/pg_ulid.git

View file

@ -90,12 +90,6 @@ to_pattern = '\1.\2.\3'
# github # github
[libgraphqlparser]
source = "github"
github = "graphql/libgraphqlparser"
use_max_tag = true
prefix = "v"
[kirc] [kirc]
source = "github" source = "github"
github = "mcpcpc/kirc" github = "mcpcpc/kirc"

View file

@ -1,28 +0,0 @@
# Maintainer: Sven Schneider <archlinux.sandmann@googlemail.com>
pkgname=libgraphqlparser
pkgver=0.7.0
pkgrel=2
pkgdesc="A GraphQL query parser in C++ with C and C++ APIs"
arch=('x86_64')
url="https://github.com/graphql/libgraphqlparser"
license=('BSD')
depends=('gcc-libs')
makedepends=('git' 'cmake' 'python2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/graphql/$pkgname/archive/v$pkgver.tar.gz")
sha512sums=('973292b164d0d2cfe453a2f01559dbdb1b9d22b6304f6a3aabf71e2c0a3e24ab69dfd72a086764ad5befecf0005620f8e86f552dacc324f9615a05f31de7cede')
build() {
cd "$pkgname-$pkgver"
cmake -DCTYPESGEN_FOUND=Off -DCMAKE_INSTALL_PREFIX=/usr .
make
}
package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
}

@ -1 +0,0 @@
Subproject commit 331ac8916165b5e24c6462b4d1d32541cbf3d709