mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
sysutils/py-tldr: Add new port
Command-line client for tldr pages PR: 281200
This commit is contained in:
parent
1fde20b526
commit
bb64b79239
@ -1169,6 +1169,7 @@
|
||||
SUBDIR += py-scarab
|
||||
SUBDIR += py-supervisor
|
||||
SUBDIR += py-tarsnapper
|
||||
SUBDIR += py-tldr
|
||||
SUBDIR += py-tmuxp
|
||||
SUBDIR += py-upt
|
||||
SUBDIR += py-upt-cpan
|
||||
|
26
sysutils/py-tldr/Makefile
Normal file
26
sysutils/py-tldr/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
PORTNAME= tldr
|
||||
PORTVERSION= 3.3.0
|
||||
CATEGORIES= sysutils python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= jinking.this@gmail.com
|
||||
COMMENT= Python command-line client for tldr pages
|
||||
WWW= https://github.com/tldr-pages/tldr-python-client
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}termcolor>0:devel/py-termcolor@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}colorama>0:devel/py-colorama@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}shtab>0:devel/py-shtab@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils flavors
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tldr-pages
|
||||
GH_PROJECT= tldr-python-client
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/py-tldr/distinfo
Normal file
3
sysutils/py-tldr/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1725242142
|
||||
SHA256 (tldr-pages-tldr-python-client-3.3.0_GH0.tar.gz) = a942af54514295845b99bbf43d48f499023849ad35d5ec11bb7c1665d3ca8d6e
|
||||
SIZE (tldr-pages-tldr-python-client-3.3.0_GH0.tar.gz) = 96931
|
1
sysutils/py-tldr/pkg-descr
Normal file
1
sysutils/py-tldr/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Collaborative cheatsheets for console commands.
|
Loading…
Reference in New Issue
Block a user