Skip to content
This repository has been archived by the owner on Jul 8, 2021. It is now read-only.

Commit

Permalink
Update PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
Edu4rdSHL authored Jun 9, 2019
1 parent 3b2478b commit cc4ae58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pkgbuild/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ pkgdesc='Development framework for the BlackArch Linux distribution written in R
arch=('x86_64')
url='https://github.com/Edu4rdSHL/blackarch-devtools'
license=('GPL3')
depends=('devtools' 'curl')
makedepends=('rust')
source=("https://github.com/Edu4rdSHL/$pkgname/archive/$pkgver.tar.gz")
sha512sums=('d8eef1fb41d1673f6ad03655e1660b85a01e6525eecfdd736b7e947d0a918973bebbde09338b28128aabb3dff31c49265253c3cfa278eccf57aab6d6f1d603ac')
depends=('devtools')
makedepends=('rust' 'git')
source=("git+https://github.com/Edu4rdSHL/$pkgname.git")
sha512sums=('SKIP')

build() {
cd "${pkgname}-${pkgver}"
cd "${pkgname}"
cargo build --release
}

package() {
cd "${pkgname}-${pkgver}"
cd "${pkgname}"

install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}

0 comments on commit cc4ae58

Please sign in to comment.