Advertisement
Guest User

Untitled

a guest
Aug 6th, 2015
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # Author : Esclapion <esclapion at gmail dot com>
  2.  
  3. pkgname=packsize
  4. pkgver=1.1
  5. pkgrel=0
  6. pkgdesc="Listing of installed packages with their size"
  7. url="https://github.com/Esclapion/packsize"
  8. arch=('i686' 'x86_64')
  9. license=('GPL')
  10. depends=('qt5-base' 'package-query')
  11. source=("git://github.com/Esclapion/packsize")
  12. md5sums=('SKIP')
  13.  
  14. package () {
  15. cd $srcdir/$pkgname
  16. qmake-qt5
  17. make
  18. install -Dm755 $pkgname $pkgdir/usr/bin/$pkgname
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement