Remove the PKG files

This commit is contained in:
Peltoche 2018-11-25 14:09:16 +01:00
parent 0f78ef1063
commit d7a432b8d3
No known key found for this signature in database
GPG key ID: CED68D0487156952
2 changed files with 0 additions and 33 deletions

View file

@ -1,15 +0,0 @@
pkgbase = lsd
pkgdesc = A ls command with a lot of pretty colors.
pkgver = 0.1.0
pkgrel = 1
url = https://github.com/Peltoche/lsd
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
license = Apache-2.0
makedepends = rust
makedepends = cargo
pkgname = lsd

View file

@ -1,18 +0,0 @@
# Maintainer: Peltoche <dev@halium.fr>
pkgname=lsd
pkgver=0.1.0
pkgrel=1
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
pkgdesc="A ls command with a lot of pretty colors."
url="https://github.com/Peltoche/lsd"
license=('Apache-2.0')
build() {
return 0
}
package() {
cd $srcdir
cargo install --root="$pkgdir" --git=https://github.com/Peltoche/lsd
}