Files
contrib/game/strategy/RedAlert/actions.py
T
2026-06-27 23:27:13 +03:00

16 lines
485 B
Python

#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import get, pisitools, shelltools
NoStrip = ["/opt", "/usr"]
IgnoreAutodep = True
def install():
pisitools.dodir ("/opt/RedAlert")
pisitools.doexe("OpenRA-Red-Alert-x86_64.AppImage", "/opt/RedAlert")
pisitools.dosym("/opt/RedAlert/OpenRA-Red-Alert-x86_64.AppImage", "/usr/bin/RedAlert")