- 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
7 lines
86 B
Bash
7 lines
86 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
cd "%%DATADIR%%"
|
|
exec %%PYTHON_CMD%% ./twitch.py -m "${@}"
|