-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
How do I make PKGBUILD (makepkg -si) that does these?
makepkg -sthat downloads from Debian latest (or Ubuntu latest) repositoryFROM debian:bullseye-slim RUN curl https://www.pgadmin.org/static/packages_pgadmin_org.pub | apt-key add RUN echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list
Make 2 packages,
pgadmin4-desktopandpgadmin4-web; but will also install required dependenciespgadmin4-server(so, make 3 packages, after all)Post installation:
sudo chmod -R 777 /usr/pgadmin4 sudo chmod -R 755 /usr/share/applications sudo chmod -R 755 /usr/share/icons
Updateable, without installing older packages first.
Get notified, when the upstream gets updated
Upload to the AUR, or https://archlinux.org/packages/community-staging/x86_64/pgadmin4/
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed