Skip to content

Commit

Permalink
add: docker-desktop-deb
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Jul 26, 2024
1 parent 7357d3e commit b314f20
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ doas-git
docker-bin
docker-buildx-plugin-bin
docker-compose-plugin-bin
docker-desktop-deb
dolphin-emu-git
dotdrop
drawio-desktop-deb
Expand Down
12 changes: 12 additions & 0 deletions packages/docker-desktop-deb/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pkgbase = docker-desktop-deb
gives = docker-desktop
pkgver = 4.33.0-160616
pkgdesc = Easy-to-install application that enables you to locally build and share containerized applications and microservices
url = https://www.docker.com/products/docker-desktop
arch = amd64
maintainer = Oren Klopfer <[email protected]>
repology = project: docker-desktop
source = https://desktop.docker.com/linux/main/amd64/160616/docker-desktop-amd64.deb
sha256sums = 087301fb44e421c1113389994ab5b4e50d25c9b3a0413460fa8abe1527a253fa

pkgname = docker-desktop-deb
10 changes: 10 additions & 0 deletions packages/docker-desktop-deb/docker-desktop-deb.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pkgname="docker-desktop-deb"
gives="docker-desktop"
pkgver="4.33.0-160616"
arch=("amd64")
source=("https://desktop.docker.com/linux/main/amd64/${pkgver#*-}/${gives}-amd64.deb")
url="https://www.docker.com/products/${gives}"
repology=("project: ${gives}")
pkgdesc="Easy-to-install application that enables you to locally build and share containerized applications and microservices"
maintainer=("Oren Klopfer <[email protected]>")
sha256sums=("087301fb44e421c1113389994ab5b4e50d25c9b3a0413460fa8abe1527a253fa")
13 changes: 13 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -1871,6 +1871,19 @@ pkgbase = docker-compose-plugin-bin

pkgname = docker-compose-plugin-bin
---
pkgbase = docker-desktop-deb
gives = docker-desktop
pkgver = 4.33.0-160616
pkgdesc = Easy-to-install application that enables you to locally build and share containerized applications and microservices
url = https://www.docker.com/products/docker-desktop
arch = amd64
maintainer = Oren Klopfer <[email protected]>
repology = project: docker-desktop
source = https://desktop.docker.com/linux/main/amd64/160616/docker-desktop-amd64.deb
sha256sums = 087301fb44e421c1113389994ab5b4e50d25c9b3a0413460fa8abe1527a253fa

pkgname = docker-desktop-deb
---
pkgbase = dolphin-emu-git
gives = dolphin-emu
pkgver = 5.0
Expand Down

0 comments on commit b314f20

Please sign in to comment.