https://github.com/64kramsystem/ppastats-mirror
Mirror of the `ppastats` project, with instructions for building
https://github.com/64kramsystem/ppastats-mirror
Last synced: 3 months ago
JSON representation
Mirror of the `ppastats` project, with instructions for building
- Host: GitHub
- URL: https://github.com/64kramsystem/ppastats-mirror
- Owner: 64kramsystem
- License: gpl-2.0
- Created: 2020-05-27T17:39:29.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-24T12:38:36.000Z (over 2 years ago)
- Last Synced: 2025-01-22T23:15:34.047Z (5 months ago)
- Language: Makefile
- Size: 375 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# ppastats-mirror
Mirror of the [`ppastats` project](https://wpitchoune.net/ppastats), with patch required for compilation, and instructions for building.
I've prepared a PPA for the current Ubuntu LTS versions: https://launchpad.net/~saveriomiroddi/+archive/ubuntu/ppastats.
## Preparing a PPA via PPA Packaging tools
Preparing the PPA packages using [PPA Packaging tools](https://github.com/saveriomiroddi/ppa_packaging), is trivial:
```sh
export PPA_PAK_VERSION=''
export PPA_PAK_PPA_ADDRESS=''
export PPA_PAK_EMAIL=''export PPA_PAK_PACKAGE_NAME='ppastats'
export PPA_PAK_COPYRIGHT=gpl2
export PPA_PAK_DESCRIPTION='Command line tool which produces HTML report for viewing download statistics of an Ubuntu PPA'
export PPA_PAK_HOMEPAGE='https://wpitchoune.net/ppastats'
export PPA_PAK_SECTION='utils'export PPA_PAK_BUILD_DEPS='pkg-config,libcurl-dev,libjson-c-dev'
git clone https://github.com/saveriomiroddi/ppastats-mirror.git
prepare_ppa_package ppastats-mirror
```