11 lines
335 B
Bash
11 lines
335 B
Bash
|
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||
|
|
||
|
pkgname=cs-dev-sshkeys
|
||
|
pkgver=0.1.0
|
||
|
pkgrel=1
|
||
|
pkgdesc='Register the development ssh keys in /root/.ssh/authorized_keys'
|
||
|
arch=('any')
|
||
|
url=https://git.cryptic.systems/volker.raschek/PKGBUILDs/any/cs-dev-sshkys
|
||
|
license=('Apache 2.0')
|
||
|
depends=('openssh')
|
||
|
install=${pkgname}.install
|