Various compilation scripts & patches for Linux programs.
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.

22 lines
678 B

7 years ago
7 years ago
7 years ago
7 years ago
  1. # Maintainer: Pekka Helenius <fincer89 [at] hotmail [dot] com>
  2. pkgname=kde-servicemenus-hexstrings
  3. pkgver=1
  4. pkgrel=1
  5. pkgdesc="Extract all readable strings from a file using Dolphin or Konqueror (KDE5 Dolphin action)"
  6. arch=('any')
  7. license=('GPL')
  8. source=(
  9. 'hexstrings.desktop'
  10. 'hexstrings.sh'
  11. )
  12. depends=('binutils' 'dolphin')
  13. md5sums=('d239cc16272b4ba3243172bd72dff939'
  14. '7c06343e1802be5adf445e719a2c1fd0')
  15. package() {
  16. mkdir -p ${pkgdir}/usr/share/kservices5/ServiceMenus/
  17. cp ${srcdir}/{hexstrings.desktop,hexstrings.sh} ${pkgdir}/usr/share/kservices5/ServiceMenus/
  18. chmod 755 ${pkgdir}/usr/share/kservices5/ServiceMenus/{hexstrings.desktop,hexstrings.sh}
  19. }