summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 63b7a99ffd7320fcc8e9c5a91a061cb8d4dcdecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Sebastian Kremiec <sebastian.kremiec at gmail dot com>
pkgname=bpmn-js-token-simulation-plugin
pkgver=0.17.0
pkgrel=1
pkgdesc='Token Simulation for the Camunda Modeler'
arch=('any')
url='https://github.com/bpmn-io/bpmn-js-token-simulation-plugin'
license=('MIT')
source=("https://github.com/bpmn-io/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('393c4a8e09dcdcd16398ef327dea3dda04428f85617fbf47f65f3ec779c2c93e')
depends=('camunda-modeler')

package() {
    mkdir -p $pkgdir/opt/camunda-modeler/resources/plugins/$pkgname
    cp -a $srcdir/camunda-modeler-token-simulation-plugin-$pkgver/* $pkgdir/opt/camunda-modeler/resources/plugins/$pkgname
}