archrelease: copy trunk to community-any
[ArchLinux/community.git] / cockpit-podman / trunk / PKGBUILD
blobac46465045be9532314d64460f70cd678e35528d
1 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
3 pkgname=cockpit-podman
4 pkgver=69
5 pkgrel=1
6 pkgdesc='Cockpit UI for podman containers'
7 arch=('x86_64')
8 url='https://github.com/cockpit-project/cockpit-podman'
9 license=(LGPL)
10 depends=(cockpit podman)
11 source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
12 sha256sums=('48ec5e8047c8609e1bfc4f099e5735853f9f386c891631b42f477462ae7e378c')
14 package() {
15   cd $pkgname
16   make DESTDIR="$pkgdir" install