blob: efcdfe55452095c82d6c684ead5035af0c9f6775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= gydict
PORTVERSION= 1.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= chinese textproc python
MAINTAINER= chihhsin@cs.nctu.edu.tw
COMMENT= Command line tool of Yahoo! Dictionary
WWW= https://github.com/iamgyz/gydict
LICENSE= MIT
USES= python:run shebangfix
SHEBANG_FILES= gydict.py
USE_GITHUB= yes
GH_ACCOUNT= iamgyz
NO_BUILD= yes
NO_ARCH= yes
PLIST_FILES= bin/gydict
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gydict.py ${STAGEDIR}${PREFIX}/bin/gydict
.include <bsd.port.mk>
|