Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quel-solaar game pipeline #12

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions packages/quel-solaar/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
from spack import *

class QuelSolaar(Package):
"""Quel Solaar game pipeline."""

homepage = "http://gamepipeline.org/index.html"

# note that this is a fork to save versions in
git = "https://gitlab.com/salotz/quel-solaar.git"

# this is the official zip and who knows how it gets updated
url = "http://www.quelsolaar.com/quel_solaar.zip"

maintainers = ['salotz',]

version('2022-08-10',
revision='ceb03772837e4ac9dd6f84fb34382cfd9e5a91f2',)