rusty-commit 1.0.27

Rust-powered AI commit message generator - Write impressive commits in seconds
Documentation
# This file is auto-generated by GitHub Actions during release.
# Do not edit manually.
# Generated from: https://github.com/hongkongkiwi/rusty-commit

pkgbase = rusty-commit
pkgdesc = AI-powered commit message generator written in Rust
pkgver = __VERSION__
pkgrel = 1
url = https://github.com/hongkongkiwi/rusty-commit
arch = ('x86_64' 'aarch64')
license = ('MIT')
depends = ()
makedepends = ('curl' 'wget')
source = ('https://github.com/hongkongkiwi/rusty-commit/releases/download/v__VERSION__/rusty-commit-v__VERSION__-x86_64-unknown-linux-musl.tar.gz')
sha256sums = ('__SHA256_X86_64__')

package_rusty-commit() {
    pkgdesc = AI-powered commit message generator written in Rust
    arch = ('x86_64' 'aarch64')
    license = ('MIT')

    install -D -m 755 "rusty-commit-v__VERSION__-x86_64-unknown-linux-musl/rco" "${pkgdir}/usr/bin/rco"
}