summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 093f7c2838ad23c8496912d3f7ce77a866ed0300 (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
31
32
33
34
35
36
37
38
# Maintainer: Ben DeCamp <ben_decamp@outlook.com>
pkgname=rymcast
pkgver=1.0.6
pkgrel=2
epoch=
pkgdesc="Sega Mega Drive (Genesis) VGM Player"
arch=('x86_64')
url="https://www.inphonik.com/products/rymcast-genesis-vgm-player/"
license=('Freeware'  )
groups=()
depends=()
makedepends=('gendesk')
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=("https://www.inphonik.com/files/rymcast/rymcast-$pkgver-linux-x64.tar.gz"
        "$pkgname.png")
noextract=()
md5sums=('918f822009d55f555abd8590be8d3698'
         'f86a9ece20d108d76b58237ee0cc8a7e')

prepare() {
    gendesk -f -n --name='RYMCast' --exec='RYMCast' --pkgname "$pkgname" --pkgdesc "$pkgdesc"
    
}

package() {
    install -Dm644 "$srcdir/$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
    install -Dm644 "$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
    install -d "$pkgdir/usr/bin"
    cp "RYMCast" "$pkgdir/usr/bin"
}