summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authornightuser2020-03-13 01:12:53 +0300
committernightuser2020-03-13 01:12:53 +0300
commit529d0df9cc3090a62d667b6652f1ee23a2250564 (patch)
tree63374137f5881c9093a1dbed559b6388866364c8 /.SRCINFO
downloadaur-529d0df9cc3090a62d667b6652f1ee23a2250564.tar.gz
Initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4b395e1e5636
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = podman-compose-git
+ pkgdesc = A script to run docker-compose.yml using podman
+ pkgver = 0.1.6dev.r41.efcbc75
+ pkgrel = 1
+ url = https://github.com/containers/podman-compose
+ arch = any
+ license = GPL2
+ makedepends = git
+ makedepends = python-setuptools
+ depends = podman
+ depends = python-yaml
+ provides = podman-compose
+ conflicts = podman-compose
+ source = podman-compose::git+https://github.com/containers/podman-compose#branch=devel
+ sha256sums = SKIP
+
+pkgname = podman-compose-git
+