virtapi / marmoset

Simple HTTP API for managing DHCP,PXE,installimage
GNU Affero General Public License v3.0
3 stars 2 forks source link

Arch Linux PKGBUILD #6

Open bastelfreak opened 9 years ago

bastelfreak commented 9 years ago

We need an official package for easy installation on Arch Linux.

ghost commented 8 years ago

My suggestion on that would be to get marmoset in shape to be installed via distutils or setuptools and use it to create a pkgbuild. You can take the pylint pkgbuild as an example, it does seem to be rather trivial:

https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/pylint

Though a distribution package for marmoset would of course need some additions like creating directories, creating the user, etc.

bastelfreak commented 8 years ago

yep, the idea is to first build a suitable python package, then create a PKGBUILD based on that.