Skip to content
Open
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
18 changes: 7 additions & 11 deletions srcpkgs/neon/template
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Template file for 'neon'
pkgname=neon
version=0.32.2
revision=2
version=0.37.1
revision=1
build_style=gnu-configure
configure_args="--with-expat --with-ssl=openssl --enable-shared
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static
--disable-nls"
configure_args="--with-expat --with-ssl=openssl --enable-shared --disable-nls
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt --disable-static"
make_build_args="all docs"
make_install_args="install"
hostmakedepends="automake libtool pkg-config xmlto"
Expand All @@ -15,12 +14,9 @@ short_desc="HTTP and WebDAV client library, with a C interface"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.0-or-later"
homepage="http://www.webdav.org/neon/"
Comment thread
elbachir-one marked this conversation as resolved.
distfiles="https://github.com/notroj/neon/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=7a25ba2c9223676b9aaec22a585a0ca118127bad71deed0b9ed6cd960fe5c353

post_patch() {
vsed -i autogen.sh -e 's/which/command -v/'
}
changelog="https://raw.githubusercontent.com/notroj/neon/refs/heads/master/NEWS"
distfiles="https://notroj.github.io/neon/neon-${version}.tar.gz"
checksum=a99b7262525a454d1065cf76dd17240fd808dfc4ef15636990ff83a5d0d9e740

pre_configure() {
./autogen.sh
Expand Down