mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
libgit2: remove long_desc.
This commit is contained in:
parent
b1dc9550f8
commit
9ab2042094
1 changed files with 5 additions and 15 deletions
|
@ -2,34 +2,24 @@
|
||||||
pkgname=libgit2
|
pkgname=libgit2
|
||||||
version=0.18.0
|
version=0.18.0
|
||||||
revision=1
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="cmake python"
|
||||||
|
makedepends="zlib-devel openssl-devel"
|
||||||
short_desc="The Git linkable library"
|
short_desc="The Git linkable library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://libgit2.github.com/"
|
homepage="http://libgit2.github.com/"
|
||||||
license="GPL-2 with Linking Exception"
|
license="GPL-2 with Linking Exception"
|
||||||
long_desc="
|
|
||||||
libgit2 is a portable, pure C implementation of the Git core methods provided
|
|
||||||
as a re-entrant linkable library with a solid API, allowing you to write
|
|
||||||
native speed custom Git applications in any language with bindings."
|
|
||||||
|
|
||||||
build_style=cmake
|
|
||||||
hostmakedepends="cmake python"
|
|
||||||
makedepends="zlib-devel openssl-devel"
|
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b v${version} git://github.com/libgit2/libgit2.git ${pkgname}-${version}
|
git clone -b v${version} git://github.com/libgit2/libgit2.git ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
libgit2-devel_package() {
|
libgit2-devel_package() {
|
||||||
depends="openssl-devel zlib-devel libgit2>=$version"
|
depends="openssl-devel zlib-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
vmove "usr/lib/*.so"
|
||||||
}
|
|
||||||
|
|
||||||
libgit2_package() {
|
|
||||||
pkg_install() {
|
|
||||||
vmove all
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue