1 # $Id: PKGBUILD,v 1.12 2003/11/06 08:26:13 dorphell Exp $
2 # Maintainer: Marty_Stoopid <>
3 # Contributor: Marty_Stoopid <>
7 pkgdesc="Qtrainer is a personal home trainer"
9 url="https://github.com/dprevite/pysshfs"
21 md5sums=('8dbf53df898b1af3cc2230a68c48c53c'
22 'e8a1164b7aed7478f1199c589afcc9c0'
23 'c5fc9419b1775a46d4ad30e249dbdff2')
26 # Install the executables
27 install -Dm644 qtrainer "${pkgdir}/usr/bin/qtrainer"
28 chmod +x ${pkgdir}/usr/bin/qtrainer
30 # Install the .desktop file
31 install -Dm644 qtrainer.desktop "${pkgdir}/usr/share/applications/qtrainer.desktop"
34 install -Dm644 qtrainer.png "${pkgdir}/usr/share/pixmaps/qtrainer.png"
36 # Change the ownership to root
37 chown -R root:root ${pkgdir}/*