Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chances/repo
An elementary OS app to manage your system's Personal Package Archives (PPA) repository sources
https://github.com/chances/repo
elementary-apps elementaryos gtk3 ubuntu-ppa vala
Last synced: 3 days ago
JSON representation
An elementary OS app to manage your system's Personal Package Archives (PPA) repository sources
- Host: GitHub
- URL: https://github.com/chances/repo
- Owner: chances
- License: mit
- Created: 2018-02-12T02:57:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T12:55:06.000Z (almost 7 years ago)
- Last Synced: 2024-08-04T03:03:58.881Z (3 months ago)
- Topics: elementary-apps, elementaryos, gtk3, ubuntu-ppa, vala
- Language: Vala
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-elementaryos - Repo - Manage your system's Personal Package Archives (PPA) repository sources [:white_check_mark:](https://appcenter.elementary.io/com.github.chances.repo) (Applications / System Tools)
README
# Repo [![Travis CI Build Status](https://travis-ci.org/chances/repo.svg?branch=master)](https://travis-ci.org/chances/repo)
Manage your system's Personal Package Archives (PPA) repository sources.
## Get it from the elementary OS AppCenter!
Repo is available from via AppCenter for elementary OS.
[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.chances.repo)
## Install it from source
You can install Repo by compiling it from source.
### Dependencies
Ensure you have these dependencies installed beforehand:
- `meson`
- `vala`
- `glib-2.0`
- `gobject-2.0`
- `gtk+-3.0` >= 3.18
- `gee-0.8`
- `granite` >= 0.5.0
- `software-properties-common`### Building
Run `make build` in the project's root folder.
### Installing
Run `make install`