https://github.com/porter-dev/cnb-buildpack-unrtf
A Cloud-Native Buildpack for installing unrtf
https://github.com/porter-dev/cnb-buildpack-unrtf
Last synced: 8 months ago
JSON representation
A Cloud-Native Buildpack for installing unrtf
- Host: GitHub
- URL: https://github.com/porter-dev/cnb-buildpack-unrtf
- Owner: porter-dev
- Created: 2023-12-18T21:03:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:46:25.000Z (over 2 years ago)
- Last Synced: 2025-02-16T16:56:50.488Z (about 1 year ago)
- Language: Shell
- Size: 888 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buildpack-unrtf
A Cloud-Native Buildpack for installing [unrtf](https://www.gnu.org/software/unrtf/).
## Usage
Simply add this buildpack to your CNB app build. The buildpack will be automatically detected.
## Development
The buildpack is internally driven by the `build.json` file. Any changes to the build/compile process should be performed there, with the `bin/build` script left as generic as possible.