Home > buildpkg

buildpkg

Buildpkg is a project mainly written in Shell, based on the BSD-3-Clause license.

build rpm package from PKGDEF

========================================= buildpkg -- build rpm package from PKGDEF

buildpkg is simple wrapper for fpm_ to build rpm package from PKGDEF - ArchLinux's PKGBUILD-like build script file.

It's target user is lazy sysadmin, who need to install software that is not packaged by his distribution but don't want to learn/remember how to write spec file.

.. _fpm: https://github.com/jordansissel/fpm

usage

::

$ mkdir package-name $ cd package-name $ cp /path/to/buildpkg/PKGDEF.proto PKGDEF $ vim PKGDEF $ /path/to/buildpkg/buildpkg

Previous:Depot