This commit is contained in:
21
pkg/ailog/PKGBUILD
Normal file
21
pkg/ailog/PKGBUILD
Normal file
@@ -0,0 +1,21 @@
|
||||
pkgname=ailog
|
||||
pkgver=0.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='atproto blog cli for aios'
|
||||
arch=('x86_64')
|
||||
url='https://git.syui.ai/ai/log'
|
||||
license=('MIT')
|
||||
depends=('gcc-libs')
|
||||
makedepends=('rust' 'cargo' 'git')
|
||||
source=("git+https://git.syui.ai/ai/log.git#branch=main")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd log
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
package() {
|
||||
cd log
|
||||
install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
||||
}
|
||||
Reference in New Issue
Block a user