Expands PATH variable. Set user-wide PATH $HOME/.local/bin for each user.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
374 B

  1. pkgname=expand-user-path
  2. pkgver=1
  3. pkgrel=1
  4. pkgdesc='Expand PATH variable. Set user-wide PATH $HOME/.local/bin for each user'
  5. arch=('any')
  6. url='https://fjordtek.com/git/Fincer/expand-user-path'
  7. license=('GPL')
  8. depends=()
  9. makedepends=()
  10. source=(
  11. 'user-path.sh'
  12. )
  13. md5sums=('267d50bda049aadfa942e8329e114bae')
  14. package() {
  15. install -Dm 644 -t "$pkgdir/etc/profile.d/" *.sh
  16. }