31 lines
849 B
Bash
31 lines
849 B
Bash
# Template file for 'libgit2-glib'
|
|
pkgname=libgit2-glib
|
|
version=0.23.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="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="LGPL-2.1"
|
|
homepage="https://github.com/GNOME/${pkgname}"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=ed7ffa27347f5a5b42b40ad6ca9c52e7e5971d84755ee2a86ad541354d6ca22b
|
|
|
|
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
|
|
}
|
|
}
|