🔒 Repository is read-only – file editing is disabled.

recipes/gui/gitkraken/PAGBUILD.yaml main

43 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940414243
pkgname: gitkraken
pkgver: '10.6.0'
pkgrel: '2'
pkgdesc: The intuitive, fast, and beautiful cross-platform Git client.
url: 'https://www.gitkraken.com/'
arch: x86_64
depends:
- gtk-update-icon-cache
- shared-mime-info
- hicolor-icon-theme
- desktop-file-utils
makedepends:
- nss
- gtk3
- libsecret
- xorg-libxkbfile
source:
- 'https://release.axocdn.com/linux/GitKraken-v${pkgver}.tar.gz'
- GitKraken.desktop
- eula.html
- gitkraken.sh
sha256sums:
- eceb9a4d05a3613ed91c1e54a5fa681eb1a2b3d33c68100493d92310bebecbf3
- SKIP
- SKIP
- SKIP
build: |
  install -d "${PKGDIR}"/opt
  cp -R "."/gitkraken "${PKGDIR}"/opt/gitkraken

  find "${PKGDIR}"/opt/gitkraken/ -type f -exec chmod 644 {} \;
  chmod 755 "${PKGDIR}"/opt/gitkraken/gitkraken
  chmod 755 "${PKGDIR}"/opt/gitkraken/resources/app.asar.unpacked/src/js/redux/domain/AskPass/AskPass.sh
  chmod 4755 "${PKGDIR}"/opt/gitkraken/chrome-sandbox

  install -d "${PKGDIR}"/usr/bin

  install -D -m755 "./gitkraken.sh" "${PKGDIR}/usr/bin/gitkraken"
  install -D -m644 "./eula.html" "${PKGDIR}/usr/share/licenses/${pkgname}/eula.html"
  install -D -m644 "./GitKraken.desktop" "${PKGDIR}/usr/share/applications/GitKraken.desktop"
  install -D -m644 "${PKGDIR}/opt/gitkraken/gitkraken.png" "${PKGDIR}/usr/share/pixmaps/gitkraken.png"
package: |
  true