1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/rubygem-oauth-tty: Add rubygem-oauth-tty 1.0.5

OAuth::TTY provides a TTY Command Line Interface for interacting with OAuth 1.0
services.
This commit is contained in:
Po-Chuan Hsieh 2024-05-19 23:45:47 +08:00
parent 93b5cdd8ae
commit 3a88adbd6b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 27 additions and 0 deletions

View File

@ -1365,6 +1365,7 @@
SUBDIR += rubygem-nkf
SUBDIR += rubygem-no_proxy_fix
SUBDIR += rubygem-oauth
SUBDIR += rubygem-oauth-tty
SUBDIR += rubygem-oauth0
SUBDIR += rubygem-oauth2
SUBDIR += rubygem-oauth21

View File

@ -0,0 +1,21 @@
PORTNAME= oauth-tty
PORTVERSION= 1.0.5
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= OAuth 1.0 TTY Command Line Interface
WWW= https://gitlab.com/oauth-xx/oauth-tty
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-version_gem>=1.1.1<2:devel/rubygem-version_gem
USES= gem
NO_ARCH= yes
PLIST_FILES= bin/oauth
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1715842498
SHA256 (rubygem/oauth-tty-1.0.5.gem) = 34e25c307da4509d4deec266ff3690bbf42e391355f496201c029268862d8b17
SIZE (rubygem/oauth-tty-1.0.5.gem) = 18944

View File

@ -0,0 +1,2 @@
OAuth::TTY provides a TTY Command Line Interface for interacting with OAuth 1.0
services.