This software is one of the reason I remove finaly windows, so here's version 25.2.06-1
# Maintainer: William Tang <galaxyking0419@gmail.com>
pkgname=bricscad
pkgver=25.2.06
pkgrel=1
pkgdesc="CAD Software for People Who Build the Future"
arch=('x86_64')
url='https://www.bricsys.com/'
license=('custom')
conflicts=('bricscad-cn')
depends=('alsa-lib' 'glu' 'libxcrypt-compat' 'libxkbfile' 'nss' 'openmotif' 'webkit2gtk' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'libxml2-legacy' )
optdepends=('bricscad-communicator>=24: Addtional import/export file format support')
DLAGENTS+=('manual::/usr/bin/echo \ \ Note: Please download the package manually from the official website')
source=("manual://BricsCAD-V${pkgver}-1-en_US-amd64.deb")
sha256sums=('385c1f475574a771842fe08efcbed1ef3211c68caf947ca805ca857253e9b79b')
options=(!strip)
install='bricscad.install'
prepare() {
tar -xpf data.tar.zst
find . -type d -exec chmod 755 {} +
mkdir var/bricsys/{Components,RenderMaterials/UserMaterials}
chmod -R 777 var/bricsys/
}
package() {
mv opt usr var $pkgdir/
}
CHANGES
- updated the sha256
- added libxml.so dependency for bricscad from extra/libxml2-legacy
Pinned Comments
ttc0419 commented on 2022-06-21 16:42 (UTC) (edited on 2022-06-22 17:35 (UTC) by ttc0419)
To build this package, please download the "English" version of the deb package from the official website and copy it into the build directory containing PKGBUILD file. Then, run the command
makepkg -si
to build and install the package.Note: If you remove the package, any files under the
/var/bricsys/Components
and/var/bricsys/RenderMaterials/UserMaterials
folder WILL BE deleted! Backup these files before uninstall!