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

New package: bubbletea-0.23.2 #43083

Closed
wants to merge 1 commit into from
Closed

Conversation

zen0bit
Copy link
Contributor

@zen0bit zen0bit commented Mar 28, 2023

Testing the changes

  • I tested the changes in this PR: briefly

Local build testing

  • I built this PR locally for my native architecture, (x64 glibc)

@Chocimier
Copy link
Member

Does it expose executable, C API, or anything useful? If it is just go API, it won't be useful, as Go programs are full-source built.

post_install() {
vlicense LICENSE

#vtargetrun ${pkgname} man > ${pkgname}.1
Copy link
Contributor

Choose a reason for hiding this comment

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

If these aren't going to be run, they should be removed. Why are they commented out?

@classabbyamp classabbyamp added the new-package This PR adds a new package label Mar 29, 2023
license="MIT"
homepage="https://github.com/charmbracelet/bubbletea"
changelog="https://github.com/charmbracelet/bubbletea/releases"
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
distfiles="https://github.com/charmbracelet/bubbletea/archive/v${version}.tar.gz"

@classabbyamp
Copy link
Member

The fun, functional and stateful way to build terminal apps. A Go framework based on The Elm Architecture. Bubble Tea is well-suited for simple and complex terminal applications, either inline, full-window, or a mix of both.

I don't think this is packageable because it's purely a go library, which can only be statically linked to an application in its current state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-package This PR adds a new package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants