mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
32 lines
617 B
Makefile
32 lines
617 B
Makefile
COMMENT = take control of Steam from your terminal
|
|
|
|
MODPY_DISTV = 0.9.5
|
|
DISTNAME = steamctl-${MODPY_DISTV}
|
|
CATEGORIES = games
|
|
HOMEPAGE = https://github.com/ValvePython/steamctl
|
|
REVISION = 4
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-appdirs \
|
|
devel/py-argcomplete \
|
|
devel/py-arrow \
|
|
devel/py-setuptools \
|
|
devel/py-tqdm \
|
|
games/py-steam \
|
|
archivers/py-vpk \
|
|
graphics/py-pyqrcode \
|
|
www/py-beautifulsoup4
|
|
|
|
# tests not included in pypi tarball
|
|
NO_TEST = Yes
|
|
|
|
FIX_EXTRACT_PERMISSIONS = Yes
|
|
|
|
.include <bsd.port.mk>
|