blob: 7beebacfee450e6427eebb29b7eec6b96b8ae11a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = openssh-gui-git
pkgdesc = A GUI for OpenSSH configuration and management (GIT version, built from develop)
pkgver = 3.0.1
pkgrel = 1
url = https://github.com/frequency403/OpenSSH-GUI
arch = x86_64
license = MIT
makedepends = git
makedepends = dotnet-sdk-10.0
depends = dotnet-runtime-10.0
provides = openssh-gui
conflicts = openssh-gui
conflicts = openssh-gui-bin
conflicts = openssh-gui-nightly
source = git+https://github.com/frequency403/OpenSSH-GUI.git#branch=development
sha256sums = SKIP
pkgname = openssh-gui-git
|