aur: Print post_install message
This commit is contained in:
parent
e80f5f372f
commit
4c4cf87036
@ -26,6 +26,7 @@ pkgbase = polybar-git
|
|||||||
conflicts = lemonbuddy-git
|
conflicts = lemonbuddy-git
|
||||||
conflicts = lemonbuddy
|
conflicts = lemonbuddy
|
||||||
source = polybar::git+https://github.com/jaagr/polybar.git
|
source = polybar::git+https://github.com/jaagr/polybar.git
|
||||||
|
install = polybar.install
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = polybar-git
|
pkgname = polybar-git
|
||||||
|
@ -20,6 +20,7 @@ optdepends=("alsa-lib: volume module support"
|
|||||||
makedepends=("cmake" "python" "python2" "pkg-config")
|
makedepends=("cmake" "python" "python2" "pkg-config")
|
||||||
provides=("polybar")
|
provides=("polybar")
|
||||||
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
conflicts=("polybar" "lemonbuddy-git" "lemonbuddy")
|
||||||
|
install="${_pkgname}.install"
|
||||||
source=("${_pkgname}::git+${url}.git")
|
source=("${_pkgname}::git+${url}.git")
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
|
|
||||||
|
12
contrib/polybar-git.aur/polybar.install
Normal file
12
contrib/polybar-git.aur/polybar.install
Normal 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
|
||||||
|
}
|
@ -25,6 +25,7 @@ pkgbase = polybar
|
|||||||
conflicts = lemonbuddy-git
|
conflicts = lemonbuddy-git
|
||||||
conflicts = lemonbuddy
|
conflicts = lemonbuddy
|
||||||
source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.4.6
|
source = polybar::git+https://github.com/jaagr/polybar.git#tag=2.4.6
|
||||||
|
install = polybar.install
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
pkgname = polybar
|
pkgname = polybar
|
||||||
|
@ -18,6 +18,7 @@ optdepends=("alsa-lib: volume module support"
|
|||||||
"curl: github module support")
|
"curl: github module support")
|
||||||
makedepends=("cmake" "python" "python2" "pkg-config")
|
makedepends=("cmake" "python" "python2" "pkg-config")
|
||||||
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
|
conflicts=("polybar-git" "lemonbuddy-git" "lemonbuddy")
|
||||||
|
install="${pkgname}.install"
|
||||||
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
source=("${pkgname}::git+${url}.git#tag=${pkgver}")
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
|
|
||||||
|
12
contrib/polybar.aur/polybar.install
Normal file
12
contrib/polybar.aur/polybar.install
Normal 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user