We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ec4b1 commit 69be840Copy full SHA for 69be840
LICENCE renamed to LICENSE
PKGBUILD/PKGBUILD
@@ -34,6 +34,8 @@ package() {
34
cd "$_pkgname"
35
DESTDIR="$pkgdir" cmake --install build
36
37
+ # License
38
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39
40
# Desktop entry
41
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/nepdate.desktop" <<EOF
0 commit comments