mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-01 04:11:48 +00:00
Merge pull request #351 from ogham/exa/remove-outdated-pkgbuild
Remove outdated PKGBUILD
This commit is contained in:
commit
c544be8507
@ -1,25 +0,0 @@
|
|||||||
# Maintainer: tuftedocelot@fastmail.fm
|
|
||||||
_pkgname=exa
|
|
||||||
pkgname=${_pkgname}-git
|
|
||||||
pkgver=303
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc='Replacement for ls written in Rust.'
|
|
||||||
arch=('i686' 'x86_64')
|
|
||||||
url="https://github.com/ogham/exa"
|
|
||||||
license='MIT'
|
|
||||||
depends=('libssh2')
|
|
||||||
makedepends=('cmake' 'rust-nightly-bin' 'libgit2')
|
|
||||||
source=("git+https://github.com/ogham/exa.git")
|
|
||||||
md5sums=('SKIP')
|
|
||||||
|
|
||||||
pkgver() {
|
|
||||||
cd "$srcdir/$_pkgname"
|
|
||||||
git rev-list --count HEAD
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd "$srcdir/$_pkgname"
|
|
||||||
make
|
|
||||||
install -Dm755 "$srcdir/$_pkgname/target/release/$_pkgname" "$pkgdir/usr/bin/$_pkgname"
|
|
||||||
install -Dm644 "$srcdir/$_pkgname/man/$_pkgname.1" "$pkgdir/usr/share/man/man1/$_pkgname.1"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user