summaryrefslogtreecommitdiff
path: root/ports/qbe/port
blob: 4cec7993aa3af40839d909edcf5d4ddbf1fd9d25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
. ports/pre

pkg=qbe
tarball=qbe-1.1.tar.xz
tarball_dir=qbe-1.1
url=https://c9x.me/compile/release/$tarball

relink() {
	rm $tarball_dir/qbe
}

. ports/post