https://github.com/knu/asdf-taglib
TagLib plugin for the asdf version manager
https://github.com/knu/asdf-taglib
asdf asdf-plugin mise taglib
Last synced: 17 days ago
JSON representation
TagLib plugin for the asdf version manager
- Host: GitHub
- URL: https://github.com/knu/asdf-taglib
- Owner: knu
- License: bsd-2-clause
- Created: 2026-03-24T05:56:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-06T15:25:24.000Z (2 months ago)
- Last Synced: 2026-04-22T22:41:58.176Z (about 2 months ago)
- Topics: asdf, asdf-plugin, mise, taglib
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# asdf-taglib
This is the [TagLib](https://github.com/taglib/taglib) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.
It builds TagLib from source with CMake and installs it into the tool prefix. The plugin also exports include, library, CMake, and pkg-config paths via `bin/exec-env`, so native extensions such as `taglib-ruby` can find the installed library.
## Install
```sh
asdf plugin-add taglib https://github.com/knu/asdf-taglib.git
asdf list-all taglib
asdf install taglib latest
asdf local taglib latest
```
For [mise](https://mise.jdx.dev/), configure the plugin URL and install it as a normal tool:
```toml
[tools]
taglib = "latest"
[plugins]
taglib = "https://github.com/knu/asdf-taglib"
```
```sh
mise install taglib@latest
```
## Author
Copyright (c) 2026 Akinori MUSHA.
Licensed under the 2-clause BSD license. See [LICENSE](LICENSE) for details.
Visit [GitHub Repository](https://github.com/knu/asdf-taglib) for the latest information.