@anselmosm not a problem, I was having hell getting it to compile XD
Search Criteria
Package Details: meique-git r358.13bbdf4-1
Package Actions
| Package Base: | meique-git |
|---|---|
| Description: | Meique is a simple build system for C and C++ which uses Lua as scripting language. |
| Upstream URL: | https://github.com/Meique/Meique |
| Category: | devel |
| Licenses: | |
| Submitter: | anselmolsm |
| Maintainer: | anselmolsm |
| Last Packager: | anselmolsm |
| Votes: | 2 |
| First Submitted: | 2012-12-09 20:34 |
| Last Updated: | 2014-08-06 19:57 |
Latest Comments
Comment by ntzrmtthihu777
Comment by anselmolsm
Package updated. Thanks, ntzrmtthihu777
Comment by ntzrmtthihu777
@hugo: both of those packages are included in the base-devel package group, which is assumed for building PKGBUILDs
@anselmolsm:
Add a step to the package() function, otherwise it won't build right now:
mkdir -p "${pkgdir}/usr/share/man/man1/"
Also, you can pass the git url to the sources array as:
source=("meique::git+${url}.git")
md5sums=("SKIP")
In fact, the entire PKGBUILD can be redone like so:
https://gist.github.com/ntzrmtthihu777/dacfd5cf559b174bc7b7
Gonna flag it as out of date, one to get the your attention and two it no longer builds as is.
Comment by hugo
Add "grep" and "sed" to makedepends, they are needed by bootstrap script.