Skip to content

Commit 1fa4af4

Browse files
committed
New package: guile-git-0.10.0
1 parent e12cc32 commit 1fa4af4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

srcpkgs/guile-git/template

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Template file for 'guile-git'
2+
pkgname=guile-git
3+
version=0.10.0
4+
revision=1
5+
build_style=gnu-configure
6+
hostmakedepends="guile-devel scheme-bytestructures autoconf automake pkg-config texinfo"
7+
makedepends="guile-devel scheme-bytestructures libgit2-devel"
8+
depends="scheme-bytestructures libgit2-devel"
9+
short_desc="Guile bindings of libgit2"
10+
maintainer="orahcio <[email protected]>"
11+
license="GPL-3.0-or-later"
12+
homepage="https://gitlab.com/guile-git/guile-git"
13+
changelog="https://gitlab.com/guile-git/guile-git/-/raw/master/NEWS"
14+
distfiles="https://gitlab.com/guile-git/guile-git/-/archive/v${version}/guile-git-v${version}.tar.gz"
15+
checksum=97966a8fb862bf50eb200c92a75039fc655e169a76dcb929e7e6ca3d81b493fc
16+
17+
pre_configure() {
18+
autoreconf -vif
19+
}

0 commit comments

Comments
 (0)