Skip to content

Commit

Permalink
Fixed the sokogrump package containing the source archive
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlendea committed Mar 20, 2022
1 parent 1c3b567 commit a579e4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/sokogrump/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=sokogrump
pkgver=2.1.0
pkgrel=1
pkgrel=2
pkgdesc="Sokoban-like puzzle game featuring the Grumpy Cat"
arch=('aarch64' 'armv7h' 'x86_64')
url="https://github.com/hmlendea/${pkgname}"
Expand All @@ -21,6 +21,8 @@ package() {

cp -r "${srcdir}"/* "${pkgdir}/var/lib/${pkgname}/"
[ -f "${srcdir}"/*.a ] && cp -r "${srcdir}"/*.a "${pkgdir}/var/lib/${pkgname}/"
rm "${pkgdir}/var/lib/${pkgname}/"*.zip

install -m755 "${srcdir}/../${pkgname}.sh" "${pkgdir}/usr/bin/sokogrump"
install -m755 "${srcdir}/../${pkgname}.desktop" "${pkgdir}/usr/share/applications"
install -m644 "${srcdir}/../${pkgname}.png" "${pkgdir}/usr/share/pixmaps"
Expand Down

0 comments on commit a579e4a

Please sign in to comment.