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
f7ee6825
Commit
f7ee6825
authored
Apr 07, 2020
by
thebitstick
Committed by
thebitstick
Apr 17, 2020
Browse files
build(PKGBUILD): add PKGBUILD for AUR
parent
4957fc59
Changes
1
Hide whitespace changes
Inline
Side-by-side
dist/aur/PKGBUILD
0 → 100644
View file @
f7ee6825
# Maintainer: TheBitStick <thebitstick@tfwno.gf>
pkgname
=
journable-git
_pkgname
=
journable
pkgver
=
0.1.1.r1.4957fc5
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'
)
pkgver
()
{
cd
${
_pkgname
}
git describe
--long
--tags
|
sed
's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g'
}
build
()
{
meson
--prefix
=
/usr
--buildtype
=
plain journable build
ninja
-C
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
ninja
-C
build
install
}
Write
Preview
Markdown
is supported
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