makedeb


r2modmanplus-bin 3.1.40-1


A simple and easy to use mod manager for several Unity games using Thunderstore.

Viewing /PKGBUILD.

View raw.

Click here to go back to the Git tree for r2modmanplus-bin.

# Maintainer: hiddeninthesand <hiddeninthesand at protonmail dot com>

pkgname='r2modmanplus-bin'
provides=('r2modman')
pkgver='3.1.40'
pkgrel='1'
pkgdesc="A simple and easy to use mod manager for several Unity games using Thunderstore."
arch=('x86_64')
depends=('libgtk-3-0' 'libnotify4' 'libnss3' 'libxss1' 'libxtst6' 'xdg-utils' 'libatspi2.0-0' 'libuuid1' 'libappindicator3-1' 'libsecret-1-0')
license=('MIT')
url="https://github.com/ebkr/r2modmanPlus"

source=("${url}/releases/download/v${pkgver}/r2modman_${pkgver}_amd64.deb")
b2sums=('c582061e252b25b408929299c7d230592a5c4ddcb7b6cc1bc8788cd81c6f9bc580eb2ba6ac842418a7721334f21fe6336a46ad12412cafa5d7dc86c67aa79344')

package() {
    # Extract data.tar.xz to pkgdir
    msg2 "Extracting data.tar.xz..."
    tar -xf 'data.tar.xz' -C "${pkgdir}"
}