Skip to content

Commit

Permalink
chore: update documentation for pacman
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekmedia committed Jun 17, 2024
1 parent 311434f commit 01c5ccf
Showing 1 changed file with 20 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ display_name: Hola Amigos
# the name should be all lowercase with -+.
package_name: hola-amigos
licenses:
- MIT
maintainer:
name: Gamer Boy 69
email: [email protected]
Expand All @@ -23,23 +26,32 @@ installed_size: 24400
# direct dependencies required by the application
# refer: https://man.archlinux.org/man/PKGBUILD.5#OPTIONS_AND_DIRECTIVES
dependencies:
- libkeybinder-3.0-0 (>= 0.3.2)
- mysupercooldep
# optional dependencies not so much required by the application
# refer: https://man.archlinux.org/man/PKGBUILD.5#OPTIONS_AND_DIRECTIVES
breaks:
- libspotify (<< 3.0.0)
optional_dependencies:
- iamalwaysoptional
# refer: https://man.archlinux.org/man/PKGBUILD.5#OPTIONS_AND_DIRECTIVES
conflicts:
- spotify
provides:
- whatsup
# refer: https://man.archlinux.org/man/PKGBUILD.5#OPTIONS_AND_DIRECTIVES
provides:
- libx11
options:
- zipman
# refer: https://man.archlinux.org/man/PKGBUILD.5#OPTIONS_AND_DIRECTIVES
conflicts:
- libwhatsup
# refer: https://man.archlinux.org/man/PKGBUILD.5#OPTIONS_AND_DIRECTIVES
replaces:
- spotify
- yourdep
# refer: https://man.archlinux.org/man/PKGBUILD.5#OPTIONS_AND_DIRECTIVES
provides:
- libx11
postinstall_scripts:
- echo `Installed my awesome app`
Expand Down

0 comments on commit 01c5ccf

Please sign in to comment.