Skip to content

Add package for Dungeon Crawl Stone Soup #10916

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

Merged
merged 1 commit into from
Jun 7, 2022
Merged

Conversation

Archenoth
Copy link
Contributor

Ages ago I made this pull in the games repo, but after noticing some architecture-dependent build weirdness, I figured it shouldn't be merged until I figured that out.....then I kinda fell off the planet.

But I tried again recently, and managed to figure out how to get this to build on all architectures!

There was some Makefile weirdness, and I had to rpath the libraries so cross compiling wouldn't cause the linker to not know where to find its shared libraries, but we now have a working version of DCSS that can finally be added to the repos~ ^^

Copy link
Member

@Grimler91 Grimler91 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR!

@Grimler91
Copy link
Member

Looks good, but please rewrite the commit message. Preferably the message should mention which package is affected, and what the commit does, so instead of Unhardcodfy PREFIX and patchify Makefile changes! I would suggest something like

crawl: remove hardcoded PREFIX strings

And patchify Makefile changes.

(see git history for format(s) of previous commit messages)

@Archenoth Archenoth force-pushed the crawl branch 2 times, most recently from 49188d8 to 6c8a469 Compare June 7, 2022 16:37
@Archenoth
Copy link
Contributor Author

Alright! I squashed the commits together since they haven't added yet and attempted to emulate the common format for the original commit log message based on what I saw others doing

Does this look okay..?

This package is for the roguelike game Dungeon Crawl Stone Soup
@Grimler91 Grimler91 merged commit c1e9882 into termux:master Jun 7, 2022
@Grimler91
Copy link
Member

Looks great, thanks!

@Archenoth Archenoth deleted the crawl branch June 8, 2022 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants