1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00

aur: Print post_install message

This commit is contained in:
Michael Carlberg 2017-01-02 02:32:16 +01:00
parent e80f5f372f
commit 4c4cf87036
6 changed files with 28 additions and 0 deletions

View file

@ -26,6 +26,7 @@ pkgbase = polybar-git
conflicts = lemonbuddy-git
conflicts = lemonbuddy
source = polybar::git+https://github.com/jaagr/polybar.git
install = polybar.install
md5sums = SKIP
pkgname = polybar-git

View file

@ -20,6 +20,7 @@ optdepends=("alsa-lib: volume module support"
makedepends=("cmake" "python" "python2" "pkg-config")
provides=("polybar")
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
install="${_pkgname}.install"
source=("${_pkgname}::git+${url}.git")
md5sums=("SKIP")

View file

@ -0,0 +1,12 @@
post_install() {
cat << EOF
Get started with the example configuration:
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar
$ polybar example
For more information, see https://github.com/jaagr/polybar/wiki
EOF
}

View file

@ -25,6 +25,7 @@ pkgbase = polybar
conflicts = lemonbuddy-git
conflicts = lemonbuddy
source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.4.6
install = polybar.install
md5sums = SKIP
pkgname = polybar

View file

@ -18,6 +18,7 @@ optdepends=("alsa-lib: volume module support"
"curl: github module support")
makedepends=("cmake" "python" "python2" "pkg-config")
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
install="${pkgname}.install"
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
md5sums=("SKIP")

View file

@ -0,0 +1,12 @@
post_install() {
cat << EOF
Get started with the example configuration:
$ install -Dm644 /usr/share/doc/polybar/config \$HOME/.config/polybar
$ polybar example
For more information, see https://github.com/jaagr/polybar/wiki
EOF
}