summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 733e154f6482a21fa618ec3485c3851d68b74299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Albert Latham <me@albertlatham.com>

pkgname="plasticity-bin-unstable"
pkgver="24.1.4"
pkgrel="1"
pkgdesc="Plasticity is a 3D modeling software for concept artists. Modeling in Plasticity is quick and efficient due to the unique gizmos, shortcuts, and thoughtful workflow."
arch=("x86_64")
license=("nonfree")
url='https://github.com/nkallen/plasticity'
depends=(alsa-lib at-spi2-atk at-spi2-core atk cairo dbus desktop-file-utils expat gdk-pixbuf2 glib2 gtk3 gvfs
         hicolor-icon-theme kde-cli-tools libcups libdrm libnotify libx11 libxcb libxcomposite libxdamage libxext
         libxfixes libxkbcommon libxrandr libxtst mesa nspr nss pango trash-cli xdg-utils)
optdepends=('discord: For communication with the devs'
            'apparmor: Extra protection'
            'pulseaudio: For sound')
source=("https://github.com/nkallen/plasticity/releases/download/v${pkgver}/plasticity_${pkgver}_amd64.deb")
sha512sums=('439dbcff6132c24c38cc6da634642e181687e1722101972493449ace567c94f153f74977243e06882dd882f7a5e19e331722da680093b3fb02f27d5a93e05e42')

package() {
    tar -xvf data.tar.zst -C "$pkgdir"
}