summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 22 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..cafae00a7daa
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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
+
+}