Skip to content
Merged
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
9 changes: 5 additions & 4 deletions srcpkgs/uriparser/template
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# Template file for 'uriparser'
pkgname=uriparser
version=0.9.8
version=1.0.2
revision=1
build_style=cmake
configure_args="-DURIPARSER_BUILD_TESTS=ON"
make_check_target=test
hostmakedepends="pkg-config doxygen graphviz qt5-tools qt5-plugin-sqlite"
makedepends="gtest-devel"
short_desc="RFC 3986 compliant URI parsing and handling library"
maintainer="mobinmob <mobinmob@disroot.org>"
license="BSD-3-Clause"
homepage="https://uriparser.github.io/"
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.bz2"
checksum=72d1b559be3a1806f788a3d9be34a1b063d42aa238b29ba4ee633d6effcd33bd
distfiles="https://github.com/uriparser/uriparser/releases/download/uriparser-${version}/uriparser-${version}.tar.bz2"
checksum=dd2e4843f43de6f5aedf430e530f1e2d159eba8ca4d64c2787af1c20f707a9e4

post_install() {
vlicense COPYING
vlicense COPYING.BSD-3-Clause
}

uriparser-devel_package() {
Expand Down