git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 6586e80ee9d169a8afabe5328d8bad813c722759 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# About

Small helper to import new keyrings to /etc/apt/keyrings, i.e. to replace
"apt-key add" by something that does adhere to the new standard.

# Requirements

1. GPG
2. apt :-)
3. ln-initfunctions, see:
    - [Git repository](https://git.lirion.de/lirion-initfunctions/)
    - [Debian repository](https://packages.lirion.de/deb/pool/utils/l/ln-initfunctions/)
    - [RPM repository](https://packages.lirion.de/rpm/all/Packages/)
    - [Arch repository](https://packages.lirion.de/arch/)

# Contents

## /fs

Inside usr/bin, you'll find the core script.

## /nfpm

Setup to package the script. Work your way through the Makefiles of this repository
to see how this works. Essentially, it uses goreleaser/nfpm.