|
|
|
@ -29,12 +29,12 @@
|
|
|
|
|
Name: gotty |
|
|
|
|
Summary: Web Terminal Sharing |
|
|
|
|
URL: https://github.com/yudai/gotty |
|
|
|
|
Vendor: ? |
|
|
|
|
Vendor: Iwasaki Yudai |
|
|
|
|
Packager: OpenPKG Foundation e.V. |
|
|
|
|
Distribution: OpenPKG Community |
|
|
|
|
Class: EVAL |
|
|
|
|
Group: Web |
|
|
|
|
License: ? |
|
|
|
|
License: MIT |
|
|
|
|
Version: %{V_gotty_base} |
|
|
|
|
Release: 20170402 |
|
|
|
|
|
|
|
|
@ -52,7 +52,7 @@ PreReq: OpenPKG, openpkg >= 20160101
|
|
|
|
|
prog gotty:release = { |
|
|
|
|
version = %{V_gotty_base} |
|
|
|
|
url = https://github.com/yudai/gotty/releases |
|
|
|
|
regex = (__VER__)\.tar\.gz |
|
|
|
|
regex = v(__VER__)\.tar\.gz |
|
|
|
|
} |
|
|
|
|
prog gotty:snapshot = { |
|
|
|
|
version = %{V_gotty_snap} |
|
|
|
|