Package Details: meique-git r358.13bbdf4-1

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: GPL
Submitter: anselmolsm
Maintainer: anselmolsm
Last Packager: anselmolsm
Votes: 2
First Submitted: 2012-12-09 20:34
Last Updated: 2014-08-06 19:57

Dependencies (4)

Required by (0)

Sources

Latest Comments

Comment by ntzrmtthihu777

2014-08-07 01:53

@anselmosm not a problem, I was having hell getting it to compile XD

Comment by anselmolsm

2014-08-06 19:58

Package updated. Thanks, ntzrmtthihu777

Comment by ntzrmtthihu777

2014-08-06 17:34

@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

2012-12-10 17:11

Add "grep" and "sed" to makedepends, they are needed by bootstrap script.