mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
763b4b8c4a
- Change master sites, add icon - Transfer maintainership to games@ team - Add license (GPLv2) - Add DOCS and Option - Use files/twitch.in instead of construct - Add pkg-message, information about usage - Add Desktop entry file - Fix the usage of 'python' to get rid of the implicit lang/python dependency, add REINPLACE, fix deprecated code - Simplify installation handling - Recreate pkg-plist with make makeplist
8 lines
86 B
Bash
8 lines
86 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./twitch.py -m "${@}"
|