Commit Graph

3 Commits

Author SHA1 Message Date
Jack O'Connor 38800e408d add python-setuptools as a build dependency on arch
Summary: Missing dependency caught by kenny_r at https://aur.archlinux.org/packages/peru-git/

Test Plan: `makepkg` fails without setuptools now, and `makepkg -s` installs it.

Reviewers: sean

Differential Revision: https://phabricator.buildinspace.com/D191
2015-02-20 10:55:08 -08:00
Jack O'Connor b781a4c681 fix makelocal.sh
Summary:
The script was originally written at `./scripts/packaging/arch/`, but we
moved the packaging directory to the toplevel before we committed it. I
forgot to change a path in the script, so it broke.

Reviewers: sean

Differential Revision: https://phabricator.buildinspace.com/D128
2014-11-23 20:24:03 -05:00
Jack O'Connor fedbc308af create an Arch PKGBUILD
Summary:
Also including a little script that makes it easier to package your
local copy of the sources (instead of the default, cloning a new repo to
package).

Reviewers: sean

Reviewed By: sean

Differential Revision: https://phabricator.buildinspace.com/D126
2014-11-16 21:13:33 -08:00