commit ee1a04a054588a95f236287219faf5988474268f
parent a8d1bfe49705835d7d2308323dc1a388c5af5f03
Author: Marlon Ivo <email@marlonivo.xyz>
Date: Sun, 24 Aug 2025 05:48:43 +0000
too early, brain not working
Diffstat:
8 files changed, 16 insertions(+), 27 deletions(-)
diff --git a/.SRCINFO b/.SRCINFO
@@ -1,15 +1,10 @@
pkgbase = hfc
- pkgdesc = hfc - hosts file client
- pkgver = 0.0.1
- pkgrel = 1
- url = https://git.marlonivo.com/hfc
- arch = x86_64
- license = MIT
- makedepends = gcc
- makedepends = make
- depends = curl
- depends = ncurses
- source = hfc::git+git://git.marlonivo.com/hfc
- md5sums = SKIP
-
-pkgname = hfc
+pkgdesc = Hosts file client
+pkgver = 0.0.1
+pkgrel = 1
+url = https://git.marlonivo.com/hfc
+arch = x86_64
+license = MIT
+makedepends = git
+source = git+git://git.marlonivo.com/hfc
+md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://git.marlonivo.com/hfc/log.html"
license=('MIT')
depends=('curl' 'ncurses')
makedepends=('gcc' 'make')
-source=("hfc::git+git://git.marlonivo.com/hfc/log.html")
+source=("git+git://git.marlonivo.com/hfc")
md5sums=('SKIP')
build() {
@@ -16,14 +16,8 @@ build() {
}
package() {
- cd "$srcdir/$pkgname"
-
- # Binaryfile
- install -Dm755 hfc "$pkgdir/usr/bin/hfc"
-
- # Manpage
- install -Dm644 hfc.1 "$pkgdir/usr/share/man/man1/hfc.1"
-
- # License
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ cd "$srcdir/$pkgname"
+ 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"
}
diff --git a/config.o b/config.o
Binary files differ.
diff --git a/get.o b/get.o
Binary files differ.
diff --git a/hfc b/hfc
Binary files differ.
diff --git a/hfc.1 b/hfc.1
@@ -124,8 +124,8 @@ color|<element>|<foreground>|<background>|bold
\&|entry_default |magenta |black |\&
.TE
.TP
-The optional \fBbold\fR attribute makes the text bold.
+The optional bold attribute makes the text \fBbold\fR.
.SH COMMANDS DURING USE
Press '\fB?\fP' during use to get a list of commands.
.SH BUGS
-Send all bug reports with patch trough xmpp to chat@marlonivo.xyz.
+Send all bug reports with patch trough xmpp to chat@marlonivo.com.
diff --git a/hfc.o b/hfc.o
Binary files differ.
diff --git a/update.o b/update.o
Binary files differ.