template 719 B

12345678910111213141516171819202122232425
  1. # Template file for 'cinny-desktop'
  2. pkgname=cinny-desktop
  3. version=4.6.0
  4. revision=1
  5. only_for_archs="x86_64"
  6. hostmakedepends="tar xz "
  7. depends="libssl1.1 libcrypto1.1 webkit2gtk"
  8. short_desc="Yet another matrix client for desktop"
  9. maintainer="Naz <[email protected]>"
  10. license="AGPL-3.0"
  11. homepage="https://cinny.in/"
  12. distfiles="https://github.com/cinnyapp/cinny-desktop/releases/download/v${version}/Cinny_desktop-x86_64.deb"
  13. checksum=4b2d27871cccf437e9817dde8162c906f2ec6738c504c8693fac674a1a05d824
  14. nostrip=yes
  15. noverifyrdeps=yes
  16. do_extract() {
  17. mkdir -p ${DESTDIR}
  18. ar x ${XBPS_SRCDISTDIR}/${pkgname}-${version}/Cinny_desktop-x86_64.deb
  19. tar xf data.tar.gz -C ${DESTDIR}
  20. }
  21. do_install() {
  22. rm -rf ${DESTDIR}/etc
  23. }