fuuck
This commit is contained in:
parent
88d3d9cd12
commit
eedaa2d08e
9
PKGBUILD
9
PKGBUILD
@ -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"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user