From 35f11e993320668c3f6d820886e19bcb1e7dd01d Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 20 Jul 2019 22:44:02 -0400 Subject: [PATCH] rebuild: add BasiliskII and SheepShaver --- scripts/rebuild-pkgs.rkt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/rebuild-pkgs.rkt b/scripts/rebuild-pkgs.rkt index 7c0c2fd..7e7d9cd 100755 --- a/scripts/rebuild-pkgs.rkt +++ b/scripts/rebuild-pkgs.rkt @@ -16,6 +16,7 @@ 'libsodium-git 'vim-runtime-git + 'basiliskii-git 'chocolate-doom 'crosstool-ng-git 'desmume-git @@ -51,6 +52,7 @@ 'quark-shaders 'ripcord 'sharenix-git + 'sheepshaver-git 'slade 'squirrel-sql 'teamviewer @@ -67,6 +69,9 @@ 'libsodium-git (hash 'asdeps #t) 'vim-runtime-git (hash 'asdeps #t) + 'basiliskii-git + (hash 'url (mygit "basiliskii-git.git")) + 'mupen64plus-noncore-plugins-git (hash 'force #t 'url (mygit "mupen64plus-noncore-plugins-git.git"))