2023-09-14 15:58:26 +00:00
|
|
|
PORTNAME= retry
|
|
|
|
DISTVERSION= 1.0.5
|
2024-02-24 20:28:22 +00:00
|
|
|
PORTREVISION= 1
|
2023-09-14 15:58:26 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= https://github.com/minfrin/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
|
|
|
|
|
|
|
|
MAINTAINER= jon@zikomo.xyz
|
|
|
|
COMMENT= Retry a command until the command succeeds
|
|
|
|
WWW= https://github.com/minfrin/retry
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
USES= tar:bzip2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2024-02-24 20:28:22 +00:00
|
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
2023-09-14 15:58:26 +00:00
|
|
|
|
|
|
|
PLIST_FILES= bin/retry \
|
2024-02-24 20:28:22 +00:00
|
|
|
share/man/man1/retry.1.gz
|
2023-09-14 15:58:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|