An open API service indexing awesome lists of open source software.

https://github.com/gbbirkisson/aur-packages

My personal arch linux packages
https://github.com/gbbirkisson/aur-packages

Last synced: about 1 year ago
JSON representation

My personal arch linux packages

Awesome Lists containing this project

README

          


AUR packages

These are my personal aur packages.

- [Installing a package](#installing-a-package)
- [Makefile help](#makefile-help)

## Installing a package

```console
$ export PACKAGE=enonic-cli
$ make install
```

## Makefile help

```console
$ make
Makefile targets:
validate Validate package
create Create package
install Install package
uninstall Uninstall package
help Show help
```