mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
New package: podman-tui-0.9.1
This commit is contained in:
parent
f1e534e729
commit
b86bbc187c
1 changed files with 18 additions and 0 deletions
18
srcpkgs/podman-tui/template
Normal file
18
srcpkgs/podman-tui/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'podman-tui'
|
||||
pkgname=podman-tui
|
||||
version=0.9.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/containers/podman-tui"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="gpgme-devel libseccomp-devel device-mapper-devel libbtrfs-devel"
|
||||
short_desc="Podman Terminal User Interface"
|
||||
maintainer="Uli Baum <xeji@cat3.de>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/containers/podman-tui"
|
||||
distfiles="https://github.com/containers/podman-tui/archive/v${version}.tar.gz"
|
||||
checksum=c3d2cf9fbac9e319c725a79385eccb079ab8395fc35f0107a6de12b3be01128d
|
||||
|
||||
post_install() {
|
||||
vdoc docs/README.md
|
||||
}
|
Loading…
Add table
Reference in a new issue