https://github.com/tom-tan/alpine-pkg-cmigemo
This is a cmigemo package for Alpine Linux
https://github.com/tom-tan/alpine-pkg-cmigemo
alpine-linux apk cmigemo migemo
Last synced: 3 months ago
JSON representation
This is a cmigemo package for Alpine Linux
- Host: GitHub
- URL: https://github.com/tom-tan/alpine-pkg-cmigemo
- Owner: tom-tan
- License: mit
- Created: 2017-04-02T12:52:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-02T13:05:42.000Z (about 8 years ago)
- Last Synced: 2025-02-01T09:14:20.796Z (5 months ago)
- Topics: alpine-linux, apk, cmigemo, migemo
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alpine-pkg-cmigemo
This is a cmigemo package for Alpine Linux.## How to build a package
You can build a package by using [ttanjo/alpine-pkg-cmigemo](https://hub.docker.com/r/ttanjo/alpine-pkg-cmigemo/).
It generates APK packages for `cmigemo`, `cmigemo-dev` and `cmigo-doc` in `$PWD/packages`.
```
$ docker run -v $PWD/packages:/packages -v ~/.abuild:/home/builder/.abuild:ro --rm ttanjo/alpine-pkg-cmigemo
```I assume that `~/.abuild` contains a private key file and `abuild.conf` (for environment variables).
Here is an example:
```
PACKAGER_PRIVKEY="/home/builder/.abuild/private-key.rsa"
PACKAGER='Tomoya Tanjo '
```