Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Björn Daase
Journable
Commits
70208e37
Commit
70208e37
authored
Apr 07, 2020
by
thebitstick
Committed by
Björn Daase
Apr 07, 2020
Browse files
build(PKGBUILD): add PKGBUILD for AUR
parent
4957fc59
Changes
1
Show whitespace changes
Inline
Side-by-side
dist/aur/PKGBUILD
0 → 100644
View file @
70208e37
# Maintainer: TheBitStick <thebitstick@tfwno.gf>
pkgname
=
journable-git
pkgver
=
0.0.1
pkgrel
=
1
pkgdesc
=
"A simple bullet journal."
arch
=(
any
)
url
=
"https://gitlab.gnome.org/BjoernDaase/journable"
license
=(
'GPL3'
)
depends
=(
'gtk3'
'appstream-glib'
'python'
)
makedepends
=(
'git'
'meson'
'cmake'
)
checkdepends
=()
optdepends
=()
provides
=(
${
pkgname
%-git
}
)
conflicts
=(
${
pkgname
%-git
}
)
backup
=()
options
=()
source
=(
"git+
${
url
}
.git"
)
md5sums
=(
'SKIP'
)
build
()
{
meson
--prefix
=
/usr
--buildtype
=
plain journable build
ninja
-C
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
build
install
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment