Package Details: cutelyst-docs 4.3.0-1

Git Clone URL: https://aur.archlinux.org/cutelyst.git (read-only, click to copy)
Package Base: cutelyst
Description: Doxygen HTML API Documentation
Upstream URL: http://cutelyst.org
Keywords: mvc web
Licenses: LGPL
Submitter: majewsky
Maintainer: sxw
Last Packager: sxw
Votes: 5
Popularity: 0.000000
First Submitted: 2014-12-27 17:02 (UTC)
Last Updated: 2024-04-29 11:17 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

gian commented on 2015-09-23 20:07 (UTC)

This is a patch that update the PKGBUILD file to the latest release and to the new repository --- cutelyst.orig/PKGBUILD 2015-09-23 20:06:08.744549131 +0200 +++ cutelyst/PKGBUILD 2015-09-23 21:44:40.889186961 +0200 @@ -1,6 +1,6 @@ # Maintainer: Stefan Majewsky <majewsky@gmx.net> pkgname=cutelyst -pkgver=0.5.0 +pkgver=0.10.0 pkgrel=1 epoch= pkgdesc="A Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework." @@ -23,7 +23,7 @@ options=() install= changelog= -source=("cutelyst::git+https://gitorious.org/cutelyst/cutelyst.git#tag=r${pkgver}") +source=("cutelyst::git+https://github.com/cutelyst/cutelyst.git") noextract=() md5sums=('SKIP') #generate with 'makepkg -g' @@ -33,6 +33,7 @@ } build() { + git checkout -b $pkgver mkdir -p "$srcdir/$pkgname/build" cd "$srcdir/$pkgname/build" cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ".."

gian commented on 2015-09-23 19:37 (UTC)

The git repository is no longer on Gitorious