mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
tree: update to 1.7.0
This commit is contained in:
parent
7cedee60ea
commit
0267eaf485
25
tree/PKGBUILD
Normal file
25
tree/PKGBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
# Apps Packages for Chakra, part of www.chakra-project.org
|
||||
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
|
||||
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
|
||||
# Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
pkgname=tree
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="A directory listing program displaying a depth-indented list of files"
|
||||
arch=('x86_64')
|
||||
url="http://mama.indstate.edu/users/ice/tree/"
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
source=("http://mama.indstate.edu/users/ice/${pkgname}/src/${pkgname}-${pkgver}.tgz")
|
||||
md5sums=('abe3e03e469c542d8e157cdd93f4d8a6')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make prefix="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man/man1" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user