summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cafae00a7daa907f02b6f58abbcbd0e79147e834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Your Name <Nicolas>
pkgname=flymaster
pkgver=2.02c
pkgrel=1
pkgdesc="un programa para disenar contenido flymaster"
arch=('any')
url="https://www.flymaster.net/downloads#"
license=('GPL')
source=("https://dnl.flymaster.net/FlymasterDesignerInstaller64")
md5sums=('aac0a258cb987ee6073207765a626170')

prepare() {
	chmod +x FlymasterDesignerInstaller64
	
}



package() {
	./FlymasterDesignerInstaller64
	
}