Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
blue='\e[0;34m'
red='\e[0;31m'
NC='\e[0m'
BTRFS_ROOT="/mnt/btrfs"
NUM_TO_KEEP=7
new_name=$(date +root_%Y-%m-%d_%T)
# Maintainer: Christopher Snowhill <kode54 at gmail dot com>
# Contributor: johnnybash <georgpfahler at wachenzell dot org>
# Contributor: grmat <grmat at sub dot red>
pkgname=opencl-amd
pkgdesc="OpenCL userspace driver as provided in the amdgpu-pro driver stack. This package is intended to work along with the free amdgpu stack."
pkgver=19.50.967956
pkgrel=2
arch=('x86_64')
url='http://www.amd.com'