summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cbff844970f5f0dd003485648b15a388a59be65d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Maintainer: robertfoster

pkgname=appglass-git
pkgver=1.0.1.g162fc1d
pkgrel=1
pkgdesc="A lightweight application Launcher for GNU/Linux"
arch=('i686' 'x86_64')
url="https://github.com/kumarasinghe/appglass/"
license=('GPL3')
depends=('gambas3-runtime' 'gambas3-gb-desktop' 'gambas3-gb-form' 'gambas3-gb-image' 'gambas3-gb-qt4'
	 'gambas3-gb-qt4-opengl' 'gambas3-gb-opengl' 'findutils' 'coreutils' 'wget' 'mplayer' 'imagemagick' 'xdg-utils'
	 'xterm' 'bash' 'xorg-xprop' 'xcompmgr')
makedepends=('git')
install=appglass.install
source=('appglass::git+https://github.com/kumarasinghe/appglass.git')

package(){
  cd appglass
  cd installer
  tar -xvzf root.tar.gz -C $pkgdir
}

pkgver() {
  cd appglass
  echo $(git describe --tags) | sed 's/[-: ]/./g'
}

md5sums=('SKIP')