Skip to content

Commit 0ef01e2

Browse files
committed
New package: guile-git-0.10.0
1 parent 4b89fbc commit 0ef01e2

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

srcpkgs/guile-git/template

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
}

0 commit comments

Comments
 (0)