Merge pull request #1815 from beefcurtains/libgit2-glib

New package: libgit2-glib-0.22.8
This commit is contained in:
beefcurtains 2015-06-12 06:54:55 +00:00
commit 8d5606dc03
2 changed files with 31 additions and 0 deletions

1
srcpkgs/libgit2-glib-devel Symbolic link
View file

@ -0,0 +1 @@
libgit2-glib

View file

@ -0,0 +1,30 @@
# Template file for 'libgit2-glib'
pkgname=libgit2-glib
version=0.22.8
revision=1
build_style=gnu-configure
configure_args="--disable-silent-rules"
hostmakedepends="automake glib-devel gnome-common
gobject-introspection gtk-doc pkg-config"
makedepends="libgit2-devel python-gobject-devel"
short_desc="Glib wrapper library around libgit2"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="LGPL-2.1"
homepage="https://github.com/GNOME/${pkgname}"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=cfb84eef25ecfa853149245f095407f7eaf49e2a9d51c2d1451801766c687c42
pre_configure() {
NOCONFIGURE=y sh autogen.sh
}
libgit2-glib-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove "usr/lib/*.so"
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/share
}
}