Search Criteria
Package Details: kore-git 3.3.1.r1491-1
Git Clone URL: | https://aur.archlinux.org/kore-git.git (read-only, click to copy) |
---|---|
Package Base: | kore-git |
Description: | An easy to use, scalable and secure web application framework for writing web APIs in C. |
Upstream URL: | https://kore.io/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | jgmdev |
Maintainer: | jgmdev |
Last Packager: | jgmdev |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2015-12-13 01:04 |
Last Updated: | 2019-06-13 19:58 |
Dependencies (5)
- curl (curl-http2-git, curl-git)
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl-purify, openssl-git, openssl-zlib, openssl-chacha20, openssl-weak-ciphers)
- postgresql-libs (postgresql-git, postgresql-src-beta-libs, postgresql-9.4, agensgraph-git, postgresql-libs-1c, postgresql-libs-10, postgresql-lts-libs, postgresql-9.6, postgresql-src-libs, postgresql-9.5)
- yajl
- git (git-git) (make)
Latest Comments
jgmdev commented on 2017-12-10 02:08
@Nothing4You Done!
Nothing4You commented on 2017-10-08 18:37
Please add makedepends=('git') as per https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines
jgmdev commented on 2017-08-18 17:46
@sinisterstuf
Fixed and thanks!
sinisterstuf commented on 2017-08-13 20:19
At the package step I get:
mkdir -p /usr/local/share/kore
mkdir: cannot create directory ‘/usr/local/share/kore’: Permission denied
make: *** [Makefile:128: install] Error 1
The solution is to add
PREFIX="${pkgdir}/usr"
at the make install part where INSTALL_DIR and INCLUDE_DIR are set. In fact they are probably no longer necessary because it seems the Makefile now sets them based on PREFIX instead of requiring you to set them all yourself.