Package Details: spookyghost-git r75.837135d-1

Git Clone URL: https://aur.archlinux.org/spookyghost-git.git (read-only, click to copy)
Package Base: spookyghost-git
Description: A procedural sprite animation tool made with the nCine
Upstream URL: https://encelo.itch.io/spookyghost
Licenses: MIT
Conflicts: spookyghost
Provides: spookyghost
Submitter: encelo
Maintainer: encelo
Last Packager: encelo
Votes: 0
Popularity: 0.000000
First Submitted: 2021-05-24 12:27 (UTC)
Last Updated: 2023-07-14 08:48 (UTC)

Latest Comments

encelo commented on 2023-07-14 08:50 (UTC)

@necklace Thank you for the explanation, I have uploaded a new version of the package that follows your suggestion. I will repeat the process for my other nCine based packages that also require additional git repositories.

necklace commented on 2023-07-14 07:20 (UTC)

@encelo Sorry for the late reply, I forgot to enable notifications

No don't move it to build. What I meant is, currently, you do git clone in prepare() but makepkg also automatically does a git clone when a git repo is in the source list (you already have https://github.com/SpookyGhost2D/SpookyGhost there for example).

So just remove the entire prepare() statement, and make your sources like this:

source=(
  'git+https://github.com/SpookyGhost2D/SpookyGhost'
  'git+https://github.com/nCine/nCine'
  'git+https://github.com/nCine/nCine-data'
  'git+https://github.com/SpookyGhost2D/SpookyGhost-data'
)
md5sums=(
  'SKIP'
  'SKIP'
  'SKIP'
  'SKIP'
)

That puts all the repositories into $srcdir! :)

encelo commented on 2023-04-03 23:07 (UTC)

Thank you to @Rubonnek for noticing the compilation error. The package should be buildable again now.

encelo commented on 2023-03-23 10:13 (UTC)

@necklace The cloned repositories are required dependencies for building. Do you suggest to move those steps in the build function? 🤔

necklace commented on 2023-03-19 12:39 (UTC)

Hmm, I could be wrong, but I don't think it's entirely kosher to have git clone in prepare()? Couldn't they just be in sources as well?

carlosal1015 commented on 2022-03-15 15:49 (UTC)

https://www.reddit.com/r/archlinux/comments/teql3v/github_no_longer_supports_git_some_pkgbuilds/