Skip to content
Snippets Groups Projects
Unverified Commit d1b7953d authored by Leo's avatar Leo Committed by prspkt
Browse files

community/re2: modernize

parent 4411b1b5
No related branches found
No related tags found
No related merge requests found
......@@ -14,17 +14,14 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/google/$pkgname/archive/$_pk
builddir="$srcdir"/$pkgname-$_pkgver
build() {
cd "$builddir"
make
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" prefix=/usr install
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment