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

https://github.com/tkuchiki/apt

My apt repository
https://github.com/tkuchiki/apt

Last synced: 2 months ago
JSON representation

My apt repository

Awesome Lists containing this project

README

        

# apt
My apt repository

## Setup

Run `docker build`.

```
$ make build
```

## Run apt-ftparchive

```
$ make
```

## Client side settings

```
$ apt install -y apt-transport-https
# for ubuntu 16.04
$ echo "deb http://tkuchiki.github.io/apt/ubuntu16.04 ./" > /etc/apt/sources.list.d/tkuchiki.list
$ wget -q -O- https://tkuchiki.github.io/apt/tkuchiki.gpg | sudo apt-key add -
```