# Maintainer: acxz # Contributor: Bruno Filipe # Contributor: Ranieri Althoff pkgname=hsa-ext-rocr pkgver=3.5.1 pkgrel=2 _debfile=hsa-ext-rocr-dev_1.1.30500.0-rocm-rel-3.5-30-def83d8_amd64.deb pkgdesc='ROCm Platform Runtime: Closed source components' arch=('x86_64') url='https://github.com/RadeonOpenCompute/ROCR-Runtime' license=('EULA') depends=("hsa-rocr" "hsakmt-roct") source=("https://repo.radeon.com/rocm/apt/debian/pool/main/h/hsa-ext-rocr-dev/$_debfile") sha256sums=('e8f5ac2bd13658ab0f471d6088088ec14c791f5f39d163dd4bdbda75021f22a1') package() { tar -C "$pkgdir" -xf data.tar.gz rename -- "-3.5.0" '' "$pkgdir/opt/rocm-3.5.0" find "$pkgdir" -type d -exec chmod 755 '{}' '+' }