Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fascodenet/alterlinux-keyring

GnuPG Keyring for AlterLinux.
https://github.com/fascodenet/alterlinux-keyring

gnupg-keyrings

Last synced: about 2 months ago
JSON representation

GnuPG Keyring for AlterLinux.

Awesome Lists containing this project

README

        

# About
GnuPG Keyrings for AlterLinux.

## How to building a package

#### 1. Import GPG key
```bash
gpg --keyserver keyserver.ubuntu.com --recv-key F50544048389DA36
```

#### 2. Clone PKGBUILD repository
```bash
git clone https://github.com/FascodeNet/alterlinux-pkgbuilds.git
```

#### 3. Build
```bash
cd alterlinux-pkgbuilds/alter-stable/any/alterlinux-keyring
makepkg -s
```

#### Option: Install
```bash
sudo pacman -U alterlinux-keyring*.pkg.tar*
```