summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 402b99f50c48814b2ab7e627bda02d7b37bcdb44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Maintainer: Qian Yicheng <qsp2020@outlook.com>

_target=x86_64-pc-freebsd13
pkgname=freebsdlib
pkgver=13.1
pkgrel=1
pkgdesc='FreeBSD headers and library'
arch=(any)
url='https://www.gnu.org/software/binutils/'
license=(BSD)
depends=()
source=("https://github.com/Easonqsp/freebsdlib/archive/refs/tags/13.1.tar.gz")
sha1sums=('SKIP')
sha256sums=('SKIP')
prepare() {
	echo pass
}

build() {
	echo pass
}

check() {
	echo pass
}

package() {
	cd freebsdlib-13.1
	install -d $pkgdir/usr/$_target/
	cp -r * $pkgdir/usr/$_target/
#	cp -r $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/usr
}