File: build

package info (click to toggle)
libgit2-glib 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,616 kB
  • sloc: ansic: 17,631; python: 1,971; makefile: 10; sh: 7; javascript: 6
file content (12 lines) | stat: -rwxr-xr-x 220 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -eux

srcdir="$(pwd)"
cd "$AUTOPKGTEST_TMP"

cp "$srcdir/tests/repository.c" .

gcc -o repository repository.c $(pkg-config --cflags --libs libgit2-glib-1.0 glib-2.0)
test -x repository
./repository --tap