Skip to content

Conversation

@notfrants
Copy link
Contributor

Needs testing on the move (check the aspect ratio)

@rmitchellscott
Copy link
Collaborator

/publish-testing

@github-actions
Copy link

github-actions bot commented Feb 1, 2026

Packages published to testing repo:

  • tilem

Install with:

vellum add tilem@testing

@rmitchellscott
Copy link
Collaborator

Once the vellum build pipeline is ready, this will be moved to it, correct?

@notfrants
Copy link
Contributor Author

Yup

Comment on lines +20 to +27
prepare() {
default_prepare
cd "$srcdir"
case "$CARCH" in
aarch64) tar -xzf "$pkgname-aarch64.tar.gz";;
armv7|armhf) tar -xzf "$pkgname-arm32.tar.gz" ;;
esac
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Perhaps use unpack() instead of prepare(), since that's what it's meant for.

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.

3 participants