summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortastyminerals2015-11-01 19:05:08 +0100
committertastyminerals2015-11-01 19:05:08 +0100
commitcd36745e03dce440485831ac2d7c0af67caa3a2c (patch)
treec796deac8f98cc7cb36fb75ef0d833c719ef1256
downloadaur-cd36745e03dce440485831ac2d7c0af67caa3a2c.tar.gz
Initital commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..723086cf410b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = lls
+ pkgdesc = lls is a colorful ls alternative with additional file info. lls provides pleasant colorful highlighting, file information and some easy-to-read permission tags. In addition lls can draw folder trees with a total files/dirs count.
+ pkgver = 1.5
+ pkgrel = 1
+ url = https://github.com/tastyminerals/lls
+ arch = any
+ license = MIT
+ depends = file
+ source = https://raw.githubusercontent.com/tastyminerals/lls/master/lls
+ md5sums = 6fa410f1647700a2ba6ab0ebac52465f
+
+pkgname = lls
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4a04bb924a1a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: tasty_minerals <tastyminerals@gmail.com>
+pkgname=lls
+pkgver=1.5
+pkgrel=1
+pkgdesc="lls is a colorful "ls" alternative with additional file info.
+lls provides pleasant colorful highlighting, file information and some easy-to-read permission tags.
+In addition lls can draw folder trees with a total files/dirs count."
+arch=(any)
+url="https://github.com/tastyminerals/lls"
+license=('MIT')
+depends=('file')
+source=('https://raw.githubusercontent.com/tastyminerals/lls/master/lls')
+md5sums=('6fa410f1647700a2ba6ab0ebac52465f')
+
+package() {
+ install -D -m 755 lls ${pkgdir}/usr/bin/lls
+}