Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benoitzugmeyer/alpg
Convert packages coming from different indexes to ArchLinux PKGBUILD
https://github.com/benoitzugmeyer/alpg
Last synced: about 2 months ago
JSON representation
Convert packages coming from different indexes to ArchLinux PKGBUILD
- Host: GitHub
- URL: https://github.com/benoitzugmeyer/alpg
- Owner: BenoitZugmeyer
- Created: 2015-02-08T17:43:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T09:30:46.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T17:36:40.805Z (3 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===========================
ArchLinux Package Generator
===========================Generate PKGBUILDs from various package managers.
Install
=======::
bash <( curl https://raw.githubusercontent.com/BenoitZugmeyer/alpg/master/install.sh )
Don't worry, it will be installed through pacman. Check
`install.sh `_ if you are unsure.Usage
=====::
Usage: alpg [OPTIONS]
Generate PKGBUILDs from various package managers. should be a
valid package type (see below), and the name of the package to
generate the PKGBUILD for.Supported package types:
nodejs (through npm)
python2 (through pip2)Options:
--maintainer TEXT Prepend the maintainer as a comment to the PKGBUILD.
--contributor TEXT Prepend the contributor as a comment to the PKGBUILD.
May be used multiple times.
-m, --make Instead of printing the PKGBUILD, build it with makepkg
-i, --install Instead of printing the PKGBUILD, build and install it
with makepkg.
--help Show this message and exit.Example
=======::
$ alpg -i nodejs eslint
Note
====Everything is still experimental. Use this at your own risk.
TODO / goals
============* Continue implementing Python 2 and Node.js adaptors
* Support additional files next to the PKGBUILD (patches, licenses, ...)
* Add adaptors for:* Python 3 (through pip)
* AUR
* Rust (through cargo)
* Ruby (through gem)* Package search