Skip to content

Commit

Permalink
New Package: sgnotes-2023.10.22_1
Browse files Browse the repository at this point in the history
  • Loading branch information
KF-Art committed Feb 16, 2024
1 parent 552c558 commit 4b9487e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions srcpkgs/sgnotes/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Template file for 'sgnotes'
pkgname=sgnotes
version=2023.10.22
revision=1
build_style=gnu-makefile
hostmakedepends="git"
makedepends="gtk+3-devel gtksourceview-devel pkg-config"
short_desc="Simple GTK Notes App"
maintainer="Kevin Figueroa <[email protected]>"
repository="cereus-extra"
license="GPL-3.0-or-later"
homepage="https://github.com/sgde/sgnotes"

do_fetch() {
git clone ${homepage} ${wrksrc}
}

do_build() {
make
}

do_install() {
vbin sgnotes
vinstall sgnotes.desktop 644 usr/share/applications
}

0 comments on commit 4b9487e

Please sign in to comment.