Lines 1-7
Link Here
|
1 |
PORTNAME= htop |
1 |
PORTNAME= htop |
2 |
DISTVERSION= 3.3.0 |
2 |
DISTVERSION= 3.3.0 |
3 |
PORTREVISION= 2 |
3 |
PORTREVISION= 3 |
4 |
CATEGORIES= sysutils |
4 |
CATEGORIES= sysutils |
|
|
5 |
MASTER_SITES= https://github.com/htop-dev/htop/releases/download/${DISTVERSION}/ |
5 |
|
6 |
|
6 |
MAINTAINER= gaod@hychen.org |
7 |
MAINTAINER= gaod@hychen.org |
7 |
COMMENT= Better top(1) - interactive process viewer |
8 |
COMMENT= Better top(1) - interactive process viewer |
Lines 10-23
WWW= https://htop.dev/
Link Here
|
10 |
LICENSE= GPLv2 |
11 |
LICENSE= GPLv2 |
11 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
LICENSE_FILE= ${WRKSRC}/COPYING |
12 |
|
13 |
|
13 |
USES= autoreconf compiler:c11 cpe libtool localbase \ |
14 |
USES= ncurses tar:xz |
14 |
ncurses pkgconfig python:build shebangfix |
|
|
15 |
|
16 |
USE_GITHUB= yes |
17 |
GH_ACCOUNT= htop-dev |
18 |
|
15 |
|
19 |
GNU_CONFIGURE= yes |
16 |
GNU_CONFIGURE= yes |
20 |
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
|
|
21 |
CONFIGURE_ARGS= --enable-unicode |
17 |
CONFIGURE_ARGS= --enable-unicode |
22 |
|
18 |
|
23 |
PLIST_FILES= bin/htop \ |
19 |
PLIST_FILES= bin/htop \ |