File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments