summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 58bd8860247ec66e9ac0c7bbdf74f63ecdac6ef8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Aron Young <tkf6fkt at gmail dot com>
pkgname=nauz-file-detector-bin
pkgver=0.09
pkgrel=1
pkgdesc="Linker/Compiler/Tool detector for Windows, Linux and MacOS."
arch=(x86_64)
url="https://github.com/horsicq/Nauz-File-Detector"
license=('MIT')
depends=(glibc gcc-libs qt5-base)
provides=(nauz-file-detector)
conflicts=(nauz-file-detector-git)
source=(https://raw.githubusercontent.com/horsicq/Nauz-File-Detector/0349d29484d46094a7de551994e13355d9e4ef58/LICENSE
"https://github.com/horsicq/Nauz-File-Detector/releases/download/0.09/nauz-file-detector-0.09-1-x86_64.pkg.tar.zst")
sha256sums=('c83ff8cc9bdc01529005cf34e61fb43b22d907f8bfecee940973f4ae193fbded'
            '131ad834132b3bd3a542c25360ca1c113bf795b745187cb6127fa3c38ae92107')

package() {
	install -Dm644 LIC* -t $pkgdir/usr/share/licenses/$pkgname/
	rm -v LIC*
	rm -v *.pkg.tar.zst
	cp -av * $pkgdir
}