summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e340276bb3dc703aa43c4aa068c4f7eb42c416c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgname=salome-configuration
pkgver=9.15.0
pkgrel=1
pkgdesc="Salome CMake configuration"
url="https://www.salome-platform.org"
license=('LGPL2+')
depends=()
makedepends=('cmake')
arch=('any')
source=("git+https://github.com/SalomePlatform/configuration.git#tag=V${pkgver//\./_}")
md5sums=('d543671bed159b6c9523b0e12afa7e74')

prepare () {
  cd configuration
}

package() {
  install -d "${pkgdir}"/usr/share/salome
  cp -rv "${srcdir}/configuration" "${pkgdir}"/usr/share/salome
}