summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReberti Carvalho Soares2020-04-26 08:21:17 -0300
committerReberti Carvalho Soares2020-04-26 08:28:19 -0300
commit79a18089a906d73c769d325df1b1b16806fa2b51 (patch)
tree730a514ae319908cc97c46c36b76b09144567d3f
parent0d553d026a7013dcd09b5e7a6a684cf8ea01e83e (diff)
downloadaur-79a18089a906d73c769d325df1b1b16806fa2b51.tar.gz
Added more info
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2f7eb11d198..0d777ce49477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = kyfm-git
pkgdesc = The fastest file manager.
- pkgver = git
- pkgrel = 0
- epoch = 0
+ pkgver = 1.3.3de6f92d46
+ pkgrel = 1
url = www.github.com/KisuYami/kyfm
arch = i686
arch = x86_64
+ groups = file-management
+ groups = suckless
license = GPLv2
makedepends = ncurses
makedepends = readline
depends = ncurses
depends = readline
+ provides = kyfm
source = git://github.com/KisuYami/kyfm
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index db551bab72ab..42d89dc5863f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,26 @@
# Maintainer: Reberti Carvalho Soares <6reberti6@gmail.com>
pkgname=kyfm-git
-pkgver=git
-pkgrel=0
-epoch=0
+provides=('kyfm')
pkgdesc="The fastest file manager."
-arch=('i686' 'x86_64')
-url='www.github.com/KisuYami/kyfm'
+pkgrel=1
+pkgver=1.3.3de6f92d46
+options=()
license=('GPLv2')
+arch=('i686' 'x86_64')
depends=('ncurses' 'readline')
makedepends=('ncurses' 'readline')
-options=()
+groups=('file-management' 'suckless')
source=('git://github.com/KisuYami/kyfm')
+url='www.github.com/KisuYami/kyfm'
md5sums=('SKIP')
build() {
- cd "$pkgname/"
+ cd kyfm
make
}
package() {
- cd "$pkgname/"
+ cd kyfm
mkdir -p "$pkgdir"/usr/bin/
make DESTDIR="$pkgdir"/usr/bin/ install