summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 66c3fefae5c157e07470dd0426756241fe406afd (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
# Maintainer: PCITechie <pcitechie@protonmail.com>
pkgname=scratch3-bin
pkgver=3.3.0
pkgrel=1
epoch=
pkgdesc="Scratch 3 as a self-contained desktop application. Binary Release."
arch=(x86_64)
url="https://scratch.mit.edu"
license=('BSD-3-Clause')
groups=()
depends=(alsa-lib atk at-spi2-atk cairo wine dbus desktop-file-utils expat gcc-libs gdk-pixbuf2 glib2 glibc gtk3 hicolor-icon-theme kde-cli-tools kdebase-meta libcups libglvnd libnotify libutil-linux libx11 libxcb libxcomposite libxcursor libxdamage libxext libxfixes libxi libxrandr libxrender libxss libxtst nspr nss pango trash-cli tuxedo-control-center xdg-utils)
makedepends=(tar p7zip)
checkdepends=()
optdepends=(gnome-keyring libgnome-keyring lsb-release pulseaudio)
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=(https://github.com/redshaderobotics/scratch3.0-linux/releases/download/3.3.0/scratch-desktop_3.3.0_amd64.deb)
noextract=()
md5sums=(2212d6481bff408d15c5cb93600dc2a7) #generate with 'makepkg -g'

prepare() {
    cd "$srcdir"
    7z x scratch-desktop_3.3.0_amd64.deb
    tar -xf data.tar
}

package() {
	cd "$srcdir"
	sudo cp -r usr /
}