mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
net/rubygem-octokit4: make version 4.25.1 available
This commit is contained in:
parent
100ed8c707
commit
60da2228e8
4 changed files with 27 additions and 0 deletions
|
@ -1336,6 +1336,7 @@
|
|||
SUBDIR += rubygem-oauth2
|
||||
SUBDIR += rubygem-oauth21
|
||||
SUBDIR += rubygem-octokit
|
||||
SUBDIR += rubygem-octokit4
|
||||
SUBDIR += rubygem-octopress-deploy
|
||||
SUBDIR += rubygem-omniauth-auth0
|
||||
SUBDIR += rubygem-omniauth-authentiq
|
||||
|
|
21
net/rubygem-octokit4/Makefile
Normal file
21
net/rubygem-octokit4/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
PORTNAME= octokit
|
||||
PORTVERSION= 4.25.1
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 4
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Simple wrapper for the GitHub API
|
||||
WWW= https://github.com/octokit/octokit.rb
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= rubygem-faraday1>=1<3:www/rubygem-faraday1 \
|
||||
rubygem-sawyer>=0.9<1:www/rubygem-sawyer
|
||||
|
||||
USES= gem
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/rubygem-octokit4/distinfo
Normal file
3
net/rubygem-octokit4/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1684234915
|
||||
SHA256 (rubygem/octokit-4.25.1.gem) = c02092ee82dcdfe84db0e0ea630a70d32becc54245a4f0bacfd21c010df09b96
|
||||
SIZE (rubygem/octokit-4.25.1.gem) = 86016
|
2
net/rubygem-octokit4/pkg-descr
Normal file
2
net/rubygem-octokit4/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
Octokit.rb wraps the GitHub API in a flat API client that follows Ruby
|
||||
conventions and requires little knowledge of REST.
|
Loading…
Add table
Reference in a new issue