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

pkg=oed
tarball=oed-7.1.tar.gz
tarball_dir=oed-oed-7.1
url=https://github.com/ibara/oed/archive/refs/tags/$tarball

relink() {
	rm $tarball_dir/ed
}

. ports/post