summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFederico Di Pierro2016-05-06 16:51:08 +0200
committerFederico Di Pierro2016-05-06 16:51:08 +0200
commite1f5b217150589b9944d13d1e65a8242143f3214 (patch)
tree3bf78110894a173c98dfb1978fb887665810400b /PKGBUILD
parent3f550d5fb9a13b837a2643b6bb47355fa9f7badd (diff)
downloadaur-e1f5b217150589b9944d13d1e65a8242143f3214.tar.gz
updated package
Diffstat (limited to 'PKGBUILD')
l---------[-rw-r--r--]PKGBUILD41
1 files changed, 1 insertions, 40 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f31dbcf846eb..8676560cb999 100644..120000
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,40 +1 @@
-# Maintainer: Federico Di Pierro <nierro92@gmail.com>
-
-pkgname=ncursesfm-git
-_gitname=ncursesFM
-pkgver=0.r416.4ea8b90
-pkgrel=2
-pkgdesc="A FileManager written in c and ncurses library."
-arch=('i686' 'x86_64')
-url="https://github.com/FedeDP/${_gitname}"
-license=('GPL')
-depends=('ncurses' 'libconfig' 'libarchive' 'glibc' 'libcups' 'libx11' 'systemd' 'openssl')
-optdepends=('xdg-utils: xdg-open support'
- 'udisks2: mountable drives and ISO mount support'
- 'packagekit: package installation support')
-# libcups, libconfig, libx11, openssl, and systemd are optional build dep.
-# If compiled without them, the program will run just fine;
-# but that would disable xdg-open, config file read, printing, shasum,
-# powermanagement inhibition, drives/iso mount and local packages installation support.
-makedepends=('git')
-source=("git://github.com/FedeDP/${_gitname}.git")
-backup=('etc/default/ncursesFM.conf')
-install=ncursesFM.install
-sha256sums=("SKIP")
-
-pkgver() {
- cd $_gitname
- printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-build()
-{
- cd $srcdir/$_gitname
- make ncursesFM
- make clean
-}
-
-package() {
- cd $srcdir/$_gitname
- make DESTDIR="$pkgdir" install
-}
+/home/federico/Progetti/ncursesFM/Arch/PKGBUILD \ No newline at end of file