0.103
All checks were successful
Build / Build project (push) Successful in 43s

This commit is contained in:
Alexander Zhirov 2025-05-03 16:31:10 +03:00
parent d88f53c483
commit 05de1a42ee
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 22 additions and 0 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# Open-iSNS
This is a partial implementation of iSNS, according to RFC4171.

19
package.yml Normal file
View file

@ -0,0 +1,19 @@
name : open-isns
version : 0.103
release : 1
source :
- https://github.com/gonzoleeman/open-isns/archive/v0.103.tar.gz : 47499f3ce87a832840884dcf3eedbec8c039f472fe921a5378e3b206a3fc1a32
homepage : https://github.com/gonzoleeman/open-isns
license : GPL-2.1-or-later
component : system.utils
summary : iSNS server and client for Linux
description: |
iSNS server and client for Linux
builddeps :
- pkgconfig(slp)
setup : |
%meson_configure --default-library=shared -Dsecurity=enabled
build : |
%ninja_build
install : |
%ninja_install