Skip to content

Commit

Permalink
Add missing pkgbuild fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mellin committed Jan 31, 2024
1 parent f728a90 commit 3104c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
mkdir -p ${{ needs.setup.outputs.name_bin }}
cp -fr ${{ needs.setup.outputs.deb_pkg_path }}${{ needs.setup.outputs.deb_pkg_name }} ${{ needs.setup.outputs.name_bin }}/${{ needs.setup.outputs.deb_pkg_renamed }}
cat <<EOF > ./${{ needs.setup.outputs.name_bin }}/PKGBUILD
# Maintainer: Jacob Mellin <[email protected]>
pkgname=${{ needs.setup.outputs.name_bin }}
pkgver=${{ needs.setup.outputs.version }}
md5sums=('$(md5sum ${{ needs.setup.outputs.name_bin }}/${{ needs.setup.outputs.deb_pkg_renamed }} | awk '{print $1}')')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "goel",
"version": "0.0.0",
"description": "",
"description": "A minimal application reminding you of your goals and tracking your barriers and progress.",
"type": "module",
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 3104c85

Please sign in to comment.