We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5bad55 commit 5ffbd88Copy full SHA for 5ffbd88
1 file changed
srcpkgs/guile-git/template
@@ -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 <orahcio@gmail.com>"
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