summaryrefslogtreecommitdiff
path: root/community/qtfm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/qtfm/PKGBUILD
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/qtfm/PKGBUILD')
-rw-r--r--community/qtfm/PKGBUILD30
1 files changed, 30 insertions, 0 deletions
diff --git a/community/qtfm/PKGBUILD b/community/qtfm/PKGBUILD
new file mode 100644
index 000000000..2b43d1c7e
--- /dev/null
+++ b/community/qtfm/PKGBUILD
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 92818 2013-06-15 13:03:11Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: Wittfella <wittfella@wittfella.com>
+
+pkgname=qtfm
+pkgver=5.9
+pkgrel=1
+pkgdesc="A lightweight file manager"
+arch=('i686' 'x86_64')
+url="http://qt-apps.org/content/show.php/QtFM?content=158787"
+license=('GPL')
+depends=('file' 'qt5-base' 'desktop-file-utils')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://qt-apps.org/CONTENT/content-files/158787-qtfm.zip)
+sha256sums=('07ffd61dd5d4aa7c16f1c544804517b621e3ef1a30eeda97c087219a3cb35128')
+
+build() {
+ cd "${srcdir}/$pkgname"
+
+ qmake
+ make
+}
+
+package() {
+ cd "${srcdir}/$pkgname"
+
+ make INSTALL_ROOT="${pkgdir}" install
+}