https://github.com/bbidulock/pacana
Analyzer for custom pacman repositories.
https://github.com/bbidulock/pacana
Last synced: 2 months ago
JSON representation
Analyzer for custom pacman repositories.
- Host: GitHub
- URL: https://github.com/bbidulock/pacana
- Owner: bbidulock
- License: gpl-3.0
- Created: 2019-09-29T23:21:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-28T08:50:21.000Z (over 4 years ago)
- Last Synced: 2025-03-09T12:49:21.576Z (over 1 year ago)
- Language: C
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
[pacana -- read me first file. 2021-06-01]: #
pacana
===============
Package `pacana-0.13` was released under GPLv3 license 2021-06-01.
This package provides a number of "C"-language tools that assist working
with custom Arch Linux repositories and AUR packages that may shadow or
need to track existing official repository packages.
Release
-------
This is the `pacana-0.13` package, released 2021-06-01. This
release, and the latest version, can be obtained from [GitHub][1], using
a command such as:
$> git clone https://github.com/bbidulock/pacana.git
Please see the [NEWS][3] file for release notes and history of user
visible changes for the current version, and the [ChangeLog][4] file for
a more detailed history of implementation changes. The [TODO][5] file
lists features not yet implemented and other outstanding items.
Please see the [INSTALL][7] file for installation instructions.
When working from `git(1)`, please use this file. An abbreviated
installation procedure that works for most applications appears below.
This release is published under GPLv3. Please see the license in the
file [COPYING][9].
Quick Start
-----------
The quickest and easiest way to get `pacana` up and running is to run
the following commands:
$> git clone https://github.com/bbidulock/pacana.git
$> cd pacana
$> ./autogen.sh
$> ./configure
$> make
$> make DESTDIR="$pkgdir" install
This will configure, compile and install `pacana` the quickest. For
those who like to spend the extra 15 seconds reading `./configure
--help`, some compile time options can be turned on and off before the
build.
For general information on GNU's `./configure`, see the file
[INSTALL][7].
Running
-------
Read the manual page(s) after installation:
Issues
------
Report issues on GitHub [here][2].
[1]: https://github.com/bbidulock/pacana
[2]: https://github.com/bbidulock/pacana/issues
[3]: https://github.com/bbidulock/pacana/blob/0.13/NEWS
[4]: https://github.com/bbidulock/pacana/blob/0.13/ChangeLog
[5]: https://github.com/bbidulock/pacana/blob/0.13/TODO
[6]: https://github.com/bbidulock/pacana/blob/0.13/COMPLIANCE
[7]: https://github.com/bbidulock/pacana/blob/0.13/INSTALL
[8]: https://github.com/bbidulock/pacana/blob/0.13/LICENSE
[9]: https://github.com/bbidulock/pacana/blob/0.13/COPYING
[ vim: set ft=markdown sw=4 tw=72 nocin nosi fo+=tcqlorn spell: ]: #