pkgbase=tiny-desktop-portal pkgname=('tiny-desktop-portal' 'tiny-desktop-portal-filechooser') pkgver=r1.81c8788 pkgrel=1 pkgdesc="An alternative to xdg-desktop-portal" arch=(any) url="web+ganarchy:fd787573517e9b8bfe543d21b3daf32568f81faf" license=('GPL') groups=() depends=() makedepends=() optdepends=() provides=() conflicts=() replaces=() backup=() options=() install= changelog= source=($pkgname::git+file://"$(git rev-parse --show-toplevel)") noextract=() md5sums=('SKIP') pkgver() { cd "$pkgname" printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } build() { cd "$pkgbase" #./configure --prefix=/usr #make } package() { cd "$pkgbase" #make DESTDIR="$pkgdir/" install }