fuuck
This commit is contained in:
parent
eedaa2d08e
commit
584d2dcd78
11
PKGBUILD
11
PKGBUILD
@ -37,15 +37,14 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "goGoFetch"
|
cd "$srcdir/goGoFetch"
|
||||||
|
|
||||||
install -Dm755 "gogofetch" "$pkgdir/usr/bin/gogofetch"
|
install -Dm755 "gogofetch" "$pkgdir/usr/bin/gogofetch"
|
||||||
|
|
||||||
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
|
||||||
|
|
||||||
install -d "$pkgdir/usr/share/gogofetch/assets"
|
install -d "$pkgdir/usr/share/gogofetch/assets"
|
||||||
|
|
||||||
cp -r assets/* "$pkgdir/usr/share/gogofetch/assets/"
|
cp -v assets/*.png "$pkgdir/usr/share/gogofetch/assets/"
|
||||||
|
|
||||||
chmod -R u+rwX,go+rX "$pkgdir/usr/share/gogofetch/assets"
|
chmod 755 "$pkgdir/usr/share/gogofetch/assets"
|
||||||
}
|
chmod 644 "$pkgdir/usr/share/gogofetch/assets/"*.png
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user