blob: c132e79164c4e352b0e650f5957ae8157240fed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
#Contributor: weearc <q19981121@163.com>
#Contributor: <ar@nullsum.net>
pkgname=yacreader-bin
_pkgname=yacreader
pkgver=9.5.0
_rel=3.143
pkgrel=$_rel
pkgdesc='A comic reader for cross-platform reading and managing your digital comic collection.(using rpm package to speed up installation.)'
arch=('x86_64')
url='http://www.yacreader.com'
license=('GPL3')
depends=('bash' 'tar' 'fakeroot' 'libunarr' 'qt5-base' 'qt5-multimedia' 'poppler-qt5')
provides=('yacreader' 'yacreader-nopdf')
conflicts=('yacreader' 'yacreader-nopdf')
replaces=('yacreader' 'yacreader-nopdf')
source=("https://download.opensuse.org/repositories/home:/selmf:/yacreader-rpm/Fedora_Rawhide/$arch/$_pkgname-$pkgver-$_rel.$arch.rpm")
sha256sums=('b65f03abf276b957f09d8c72488586b7033cb4a6c3fea09769b827a84ca4c47d')
package() {
install -d ${pkgdir}/usr
install -d ${pkgdir}/usr/bin
install -d ${pkgdir}/usr/share/applications
install -d ${pkgdir}/usr/share
install -d ${pkgdir}/usr/share/icons
install -d ${pkgdir}/usr/share/man
install -d ${pkgdir}/usr/share/doc
cd "$srcdir"
cp * -rf "$pkgdir"/.
}
|