Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 669 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 669 Bytes

anyenv-aur-maintain-toolchain

Toolchain for anyenv AUR package maintainer

Installation

AUR Settings

Register your ssh key on AUR.

https://aur.archlinux.org/

Be sure .ssh/config, such as:

Host aur.archlinux.org
    IdentityFile ~/.ssh/aur
    User aur

Install Dependencies

git clone https://github.com/usagiga/anyenv-aur
cd ./anyenv-aur
./scripts/initialize.sh

How to maintain anyenv

Bumping version

Run it:

./scripts/bump_version.sh

Others

Just edit PKGBUILD.

When you run git commit, git hooks run test and finalize automatically! 🎉

LICENSE

MIT