summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-05-02r16-6: Fix dependencies and license location + minor other changesTinu Weber
* Put my gnugen.ch homepage URL rather than my EPFL e-mail address in the maintainer line (more sustainable). * Rearrange variable declarations more logically (the "mandatory quadruple" (pkgname, pkgver, pkgrel, arch) first, the optional ones (pkgdesc, url, license) second). * Get rid of the _pkgname variable; it just makes things hard to read. * Add python to depends; the program itself *directly* depends on it. * Add coreutils to makedepends; we use `mkdir` and `head`. * Use %d format specifier for the commit count (the output should be numerical anyway). * License files should always go in /usr/share/licenses/$pkgname; no need to strip the -git away from the directory name there.
2018-08-06Update .SRCINFOTinu Weber
2018-08-06Python 3.7 rebuildTinu Weber
Also remove .pkg.tar.xz file from .gitignore: as I push them to a local repo and the delete them right afterwards, I consider a trailing package file to be "incomplete work", and I'm thus fine with git telling me about it.
2018-01-06Improve style: Remove path ambiguity in pkgver()Tinu Weber
2017-06-13Install `menu` command as isTinu Weber
It's closer to upstream, handier to type, and I haven't found any official package where this would conflict with.
2017-06-12Add conflicts and providesTinu Weber
2017-06-12Fix path issues after rename to epfl-menu-gitTinu Weber
2017-06-11Update for r16 (upstream merge)Tinu Weber
2017-06-11Update for python3 port and beautifulsoup4Tinu Weber
We call setup.py explicitly with `python3` to get the right shebang (yes, seriously).
2017-06-11Initial commitTinu Weber