Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aarnt/alpm_octopi_utils
Alpm utils for Octopi
https://github.com/aarnt/alpm_octopi_utils
alpm lib octopi vala
Last synced: about 1 month ago
JSON representation
Alpm utils for Octopi
- Host: GitHub
- URL: https://github.com/aarnt/alpm_octopi_utils
- Owner: aarnt
- Created: 2016-08-31T21:06:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T13:53:55.000Z (4 months ago)
- Last Synced: 2024-11-05T23:36:39.333Z (3 months ago)
- Topics: alpm, lib, octopi, vala
- Language: Vala
- Homepage:
- Size: 48.8 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Authors: AUTHORS
Awesome Lists containing this project
README
## This is derived work from alpm_utils code, written by Guillaume Benoit.
You'll need Vala compiler in order to build this library!
### Steps for compilation:
```
$ git clone https://github.com/aarnt/alpm_octopi_utils
$ cd alpm_octopi_utils
$ mkdir build_dir && cd build_dir
$ cmake -DCMAKE_INSTALL_PREFIX=/usr ..
$ make
# make install
```