Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions srcpkgs/guile-git/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Template file for 'guile-git'
pkgname=guile-git
version=0.11.1
revision=1
build_style=gnu-configure
hostmakedepends="guile-devel scheme-bytestructures autoconf automake pkg-config texinfo"
makedepends="guile-devel scheme-bytestructures libgit2-devel"
depends="scheme-bytestructures libgit2-devel"
short_desc="Guile bindings of libgit2"
maintainer="orahcio <orahcio@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://codeberg.org/guile-git/guile-git"
changelog="https://codeberg.org/guile-git/guile-git/raw/branch/master/NEWS"
distfiles="https://codeberg.org/guile-git/${pkgname}/archive/v${version}.tar.gz"
checksum=06a3e37e400e31adba21294e0e761f82cae1d68ff63c0c6eeb87ac3605a56867

make_check=no # tests fails when trying to create many paths

pre_configure() {
autoreconf -vif
}
17 changes: 17 additions & 0 deletions srcpkgs/scheme-bytestructures/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Template file for 'scheme-bytestructures'
pkgname=scheme-bytestructures
version=2.0.2
revision=1
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config guile-devel"
makedepends="guile-devel"
short_desc="Structured access to bytevector contents"
maintainer="orahcio <orahcio@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/TaylanUB/scheme-bytestructures"
distfiles="https://github.com/TaylanUB/scheme-bytestructures/releases/download/v${version}/bytestructures-${version}.tar.gz"
checksum=515029be70c0e4d57b0285c2bae6e52501f3dd38c834b1771a668eb3aafad11d

pre_configure() {
autoreconf -vif
}