mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 02:20:17 +00:00
Minor updates to Makefile and pkg-descr
This commit is contained in:
@@ -11,8 +11,8 @@ COMMENT= SysAdm API server
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
USE_QT5= concurrent core network buildtools qmake gui websockets
|
||||
USES= pkgconfig tar:xz qmake
|
||||
USE_QT5= concurrent core network buildtools qmake gui websockets sql
|
||||
USES= pkgconfig tar:xz qmake ssl
|
||||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
Sysadm API server and websocket daemon
|
||||
SysAdm is a FreeBSD-based service which provides a stable API for
|
||||
administrating FreeBSD and TrueOS systems. It is composed of a
|
||||
headless daemon that runs in the background on any system to be
|
||||
administrated, providing both web socket and REST network services.
|
||||
|
||||
WWW: https://github.com/pcbsd/sysadm
|
||||
WWW: https://sysadm.us
|
||||
|
||||
Reference in New Issue
Block a user