summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ba4ca5e3ba042847bb896064956736ea45a2a950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: David Birks <david@tellus.space>

pkgname=docker-app
pkgver=0.6.0
pkgrel=2
pkgdesc="A utility to help make Compose files more reusable and sharable"
arch=(x86_64)
url="https://github.com/docker/app"
license=(Apache)
depends=('docker')
optdepends=()
source=(https://github.com/docker/app/releases/download/v$pkgver/$pkgname-linux.tar.gz)
sha512sums=('75fe1d8c3df0a909c77a7985f05ea92876289a790fc781fcb535e97a463b5c9e0eb8c31c93c1508e98ae0296cd38a96e1f5a6ac52de45fd2e235423de44a0f2c')

package() {
  cd $srcdir
  install -Dm755 "$pkgname-linux" "$pkgdir/usr/bin/$pkgname"
}