File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ configur_args="--prefix=/usr"
7+ hostmakedepends="guile-devel scheme-bytestructures autoconf automake pkg-config texinfo"
8+ makedepends="guile-devel scheme-bytestructures libgit2-devel"
9+ depends="scheme-bytestructures libgit2-devel"
10+ short_desc="Guile bindings of libgit2"
11+ maintainer="orahcio <orahcio@gmail.com>"
12+ license="GPL-3.0-or-later"
13+ homepage="https://gitlab.com/guile-git/guile-git"
14+ changelog="https://gitlab.com/guile-git/guile-git/-/raw/master/NEWS"
15+ distfiles="https://gitlab.com/guile-git/guile-git/-/archive/v${version}/guile-git-v${version}.tar.gz"
16+ checksum=97966a8fb862bf50eb200c92a75039fc655e169a76dcb929e7e6ca3d81b493fc
17+
18+ pre_configure() {
19+ autoreconf -vif
20+ }
You can’t perform that action at this time.
0 commit comments