Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Add PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrandl committed May 10, 2017
1 parent 6743163 commit 66d579e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Maintainer: Valentin Brandl <vbrandl@riseup.net>
pkgname=skeleton
pkgver=0.3.2
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="Skeleton project manager"
url="https://github.com/ntzwrk/skeleton"
license=('MIT')

build() {
return 0
}

package() {
cd $srcdir
cargo install --root="$pkgdir" --git=https://github.com/ntzwrk/skeleton
}

0 comments on commit 66d579e

Please sign in to comment.