summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: d8161ea0d1d984e6fe2e96aa94a158399c496fcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer:  Dimitris Kiziridis <ragouel at outlook dot com>
# Contributor: Zach Hoffman <zach@zrhoffman.net>

pkgname=docksal
pkgver=1.13.2
pkgrel=1
pkgdesc='Docker powered environments for web development on macOS, Windows and Linux'
arch=('any')
url='https://docksal.io/'
license=('MIT')
depends=('docker' 'docker-compose' )
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('cb12ef4e430620b8f06aa1beb687564a')

package() {
  install -D "$srcdir/$pkgname-$pkgver/bin/fin" "$pkgdir/usr/bin/fin"
}