hfc

Hosts file client
git clone git://git.marlonivo.com/hfc
Log | Files | Refs | LICENSE

commit 7c34047150aad84deed7b22e4540483918ab9de8
parent 392cc064b4c15c6700c976d8bc18207e4c7f6a01
Author: Marlon Ivo <email@marlonivo.xyz>
Date:   Sun, 24 Aug 2025 05:57:33 +0000

trying to fix pkg build

Diffstat:
MPKGBUILD | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD @@ -11,12 +11,12 @@ source=("git+git://git.marlonivo.com/hfc") md5sums=('SKIP') build() { - cd "$srcdir/$pkgname" + cd "$srcdir" make } package() { - cd "$srcdir/$pkgname" + cd "$srcdir" install -Dm755 hfc "$pkgdir/usr/bin/hfc" install -Dm644 hfc.1 "$pkgdir/usr/share/man/man1/hfc.1" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"