Age | Commit message (Collapse) | Author |
|
* 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.
|
|
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.
|
|
|
|
It's closer to upstream, handier to type, and I haven't found any
official package where this would conflict with.
|
|
|
|
|
|
|
|
We call setup.py explicitly with `python3` to get the right shebang
(yes, seriously).
|
|
|