summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 24a54ac121005332222adeded0754f14f263d469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Archisman Panigrahi <apandada1 at gmail dot com>
pkgname=share-preview-bin
_pkgname=share-preview
pkgver=0.5.0
pkgrel=1
pkgdesc="Preview and debug websites metadata tags for social media share."
arch=('x86_64')
url="https://github.com/rafaelmardojai/share-preview"
license=('GPL3')
provides=('share-preview')
conflicts=('share-preview')
depends=('gtk4' 'libadwaita' 'glib2')
source=("$pkgname-$pkgver.tar.xz::https://github.com/rafaelmardojai/share-preview/releases/download/$pkgver/$_pkgname-$pkgver-bin.tar.xz")
sha256sums=('3b2c693127c9038cc29cec119cfa541aab7f1133fc7c9b039229d5d1e9751755')

package() {
	cp -r "$srcdir/usr/" "$pkgdir/"
}