This commit is contained in:
nekohepott 2026-06-17 04:16:25 +03:00
parent 88d3d9cd12
commit eedaa2d08e
No known key found for this signature in database

View File

@ -38,5 +38,14 @@ build() {
package() {
cd "goGoFetch"
install -Dm755 "gogofetch" "$pkgdir/usr/bin/gogofetch"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -d "$pkgdir/usr/share/gogofetch/assets"
cp -r assets/* "$pkgdir/usr/share/gogofetch/assets/"
chmod -R u+rwX,go+rX "$pkgdir/usr/share/gogofetch/assets"
}