mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
Remove PKGBUILD since that it's in official repos.
This commit is contained in:
parent
9a1ffa7fb5
commit
eaf18bb308
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
|||
# This file is part of BlackArch Linux ( https://www.blackarch.org/ ).
|
||||
# See COPYING for license details.
|
||||
|
||||
pkgname=blackarch-devtools-toolkit
|
||||
pkgver=46.f4a73c0
|
||||
pkgrel=1
|
||||
pkgdesc='Development framework for the BlackArch Linux distribution written in Rust.'
|
||||
arch=('x86_64')
|
||||
url='https://github.com/Edu4rdSHL/blackarch-devtools'
|
||||
license=('GPL3')
|
||||
depends=('devtools')
|
||||
makedepends=('cargo' 'git')
|
||||
source=("git+https://github.com/Edu4rdSHL/$pkgname.git")
|
||||
sha512sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
||||
cargo build --release
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname
|
||||
|
||||
install -Dm 755 target/release/$pkgname "$pkgdir/usr/bin/ba-dev"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue