https://github.com/fascodenet/alterlinux-keyring
GnuPG Keyring for AlterLinux.
https://github.com/fascodenet/alterlinux-keyring
gnupg-keyrings
Last synced: 7 days ago
JSON representation
GnuPG Keyring for AlterLinux.
- Host: GitHub
- URL: https://github.com/fascodenet/alterlinux-keyring
- Owner: FascodeNet
- License: gpl-3.0
- Created: 2020-03-07T11:58:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T12:59:54.000Z (over 3 years ago)
- Last Synced: 2025-03-11T11:37:21.543Z (11 months ago)
- Topics: gnupg-keyrings
- Language: Makefile
- Size: 25.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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*
```