Package Details: target-selector-git r3.416b7db-1

Git Clone URL: https://aur.archlinux.org/sycl-info-git.git (read-only, click to copy)
Package Base: sycl-info-git
Description: SYCL target selector
Upstream URL: https://github.com/codeplaysoftware/sycl-info
Licenses: Apache-2.0
Groups: sycl
Submitter: mmhafner
Maintainer: mmhafner
Last Packager: mmhafner
Votes: 1
Popularity: 0.000008
First Submitted: 2019-11-19 14:21 (UTC)
Last Updated: 2019-11-19 14:24 (UTC)

Latest Comments

dreieck commented on 2024-02-08 09:35 (UTC) (edited on 2024-02-08 09:37 (UTC) by dreieck)

package() fails for me:

==> Starting package_sycl-info-git()...
install: cannot stat '/tmp/makepkg/build/sycl-info-git/src/sycl-info/LICENSE.TXT': No such file or directory

The file is called LICENSES.TXT (with S at the end).

diff for the fixed PKGBUILD:

--- PKGBUILD.org    2024-02-08 10:35:38.563332338 +0100
+++ PKGBUILD    2024-02-08 10:37:41.836665565 +0100
@@ -58,3 +58,3 @@

-    install -Dm 0644 "$srcdir/sycl-info/LICENSE.TXT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
+    install -Dm 0644 "$srcdir/sycl-info/LICENSES.TXT" "$pkgdir/usr/share/licenses/$pkgname/LICENSES.TXT"
     DESTDIR="$pkgdir/" cmake --install build --component sycl-info-base
@@ -67,3 +67,3 @@

-    install -Dm 0644 "$srcdir/sycl-info/LICENSE.TXT" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.TXT"
+    install -Dm 0644 "$srcdir/sycl-info/LICENSES.TXT" "$pkgdir/usr/share/licenses/$pkgname/LICENSES.TXT"
     DESTDIR="$pkgdir/" cmake --install build --component target-selector-base

Regards and thanks for maintaining!

dreieck commented on 2024-02-08 09:35 (UTC)

Please remove the executable permission of the PKGBUILD in the AUR git repository.