summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 107268f06c3406b750976d08f34c11f3a917c613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Lex Black <autumn-wind@web.de>
# Contributor: Fanninger Thomas <thomas at fanninger dot at>

pkgname=prosody-mod-default-bookmarks
pkgver=2022.07.29
pkgrel=1
_commit="8f77452abc59"
pkgdesc="allows to add default bookmarks for users"
arch=('any')
url="https://modules.prosody.im/mod_default_bookmarks.html"
license=('MIT')
depends=('prosody')
makedepends=('mercurial')
source=("hg+https://hg.prosody.im/prosody-modules/"#revision=$_commit)
sha1sums=('SKIP')


package() {
  cd "${srcdir}/prosody-modules/mod_default_bookmarks"
  find . -type f -name '*.lua' -exec install -Dm 644 '{}' "${pkgdir}/usr/lib/prosody/modules/{}" \;
}