mirror of
https://github.com/eRgo35/ah.git
synced 2026-02-04 05:16:09 +01:00
cargo aur for package preparation
This commit is contained in:
18
PKGBUILD
18
PKGBUILD
@@ -1,18 +0,0 @@
|
||||
# Maintainer: Michał Czyż <mike@c2yz.com>
|
||||
pkgname=ah
|
||||
pkgver=0.2.0
|
||||
pkgrel=1
|
||||
makedepends=('rust' 'cargo')
|
||||
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
|
||||
pkgdesc="A declarative package manager for Arch Linux"
|
||||
url="https://github.com/eRgo35/ah"
|
||||
license=('MIT')
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir
|
||||
cargo install --root="$pkgdir" --git=https://github.com/eRgo35/ah
|
||||
}
|
||||
Reference in New Issue
Block a user