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
19 changes: 19 additions & 0 deletions srcpkgs/guile-git/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Template file for 'guile-git'
pkgname=guile-git
version=0.10.0
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://gitlab.com/guile-git/guile-git"
changelog="https://gitlab.com/guile-git/guile-git/-/raw/master/NEWS"
distfiles="https://gitlab.com/guile-git/guile-git/-/archive/v${version}/guile-git-v${version}.tar.gz"
checksum=97966a8fb862bf50eb200c92a75039fc655e169a76dcb929e7e6ca3d81b493fc

pre_configure() {
autoreconf -vif
}
4 changes: 2 additions & 2 deletions srcpkgs/lxqt-config/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'lxqt-config'
pkgname=lxqt-config
version=2.3.0
version=2.3.1
revision=1
build_style=cmake
configure_args="-DCMAKE_CXX_STANDARD=17"
Expand All @@ -14,4 +14,4 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
license="LGPL-2.1-or-later"
homepage="https://lxqt-project.org"
distfiles="https://github.com/lxqt/lxqt-config/archive/${version}.tar.gz"
checksum=7c8f4399eb902b7dd09ccfba6e05ffdea7512839b193371a22b1c73732b5b13b
checksum=2b27590967d087a95c8c21ccdb04844e9797eae5c06a552aabe8d4dc7e8ce13a
18 changes: 18 additions & 0 deletions srcpkgs/scheme-bytestructures/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Template file for 'scheme-bytestructures'
pkgname=scheme-bytestructures
version=2.0.2
revision=1
build_style=gnu-configure
configure_args="--prefix=/usr"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't necessary btw, the gnu-configure build_style already specifies it:

export configure_args="--prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --bindir=/usr/bin

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
}