Package Details: getnf 0.1.0.r17.g1fde620-1

Git Clone URL: https://aur.archlinux.org/getnf.git (read-only, click to copy)
Package Base: getnf
Description: Simple utility to install nerd fonts
Upstream URL: https://github.com/getnf/getnf
Keywords: download font install nerd nerd-font nerd-font-install
Licenses: GPL3
Submitter: niksingh710
Maintainer: trimclain
Last Packager: trimclain
Votes: 1
Popularity: 0.43
First Submitted: 2024-03-15 19:47 (UTC)
Last Updated: 2024-10-10 16:01 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

plinkplinkfizz commented on 2024-09-23 13:09 (UTC) (edited on 2024-09-23 13:11 (UTC) by plinkplinkfizz)

From 6f82e963768546cec130f13a1544a0a99718688d Mon Sep 17 00:00:00 2001
From: plinkplinkfizz
Date: Mon, 23 Sep 2024 18:34:02 +0530
Subject: [PATCH] Fixed license filename

---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index 3060048..b0d1eea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,5 +25,5 @@ package() {
   cd "$pkgname"
   install -Dm755 ./getnf "$pkgdir/usr/bin/$pkgname"
   install -Dm644 ./README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
-  install -Dm644 ./LICENSE.md $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 ./LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
-- 
2.46.1

lenhuppe commented on 2024-09-23 04:07 (UTC)

Got this message after the update on Sep 21st:

install: cannot stat './LICENSE.md': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...