-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPKGBUILD
More file actions
65 lines (54 loc) · 1.53 KB
/
Copy pathPKGBUILD
File metadata and controls
65 lines (54 loc) · 1.53 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Maintainer: davidhdz <david dot vzla at gmail dot com>
# Contributor: llde
# Contributor: rafaelsoaresbr <rafaelsoaresbr@gmail.com>
# git: https://github.com/davidhdz/modelio-bin
pkgname=modelio-bin
# Version
pkgver=3.7
pkgrel=1
# Generic
pkgdesc="The opensource modeling environment"
arch=('i686' 'x86_64')
url="https://www.modelio.org/"
license=('GPL3')
#groups=()
# Dependencies
depends=('libxtst' 'libstdc++5' 'webkitgtk2' 'glib2')
optdepends=('atk' 'gtk2' 'cairo')
#makedepends=()
#checkdepends=()
# Package Relations
#provides=()
#conflicts=()
#replaces=()
# Others
#backup=()
#options=()
#install=modelio
changelog=changelog
# Sources
source=("modelio.desktop" "changelog")
source_i686=("modelio-${pkgver}-i686::https://sourceforge.net/projects/modeliouml/files/${pkgver}.${pkgrel}/modelio-open-source${pkgver}_${pkgver}.${pkgrel}_i386.deb/download")
source_x86_64=("modelio-${pkgver}-x86_64::https://sourceforge.net/projects/modeliouml/files/${pkgver}.${pkgrel}/modelio-open-source${pkgver}_${pkgver}.${pkgrel}_amd64.deb/download
")
#noextract=()
#validpgpkeys=()
sha256sums=('SKIP'
'SKIP')
sha256sums_i686=('SKIP')
sha256sums_x86_64=('SKIP')
#pkgver() {
#}
prepare() {
ar p modelio-${pkgver}-${CARCH} data.tar.xz | tar xJ
}
#build() {
#}
#check() {
#}
package() {
install -dm755 "${pkgdir}/usr/share/applications/"
install -dm755 "${pkgdir}/opt/modelio"
install -Dm755 "${srcdir}/modelio.desktop" "${pkgdir}/usr/share/applications/"
cp -r "${srcdir}"/usr/lib/modelio-open-source3.7/* "${pkgdir}/opt/modelio/"
}