Skip to content
Snippets Groups Projects
Verified Commit 62941448 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

upgpkg: 1.0-1: New gfeeds dependency

parents
No related branches found
No related tags found
No related merge requests found
PKGBUILD 0 → 100644
# Maintainer:
pkgname=syndication-domination
pkgver=1.0
pkgrel=1
pkgdesc='A simple RSS/Atom parser library in C++'
arch=(x86_64)
url='https://gitlab.com/gabmus/syndication-domination'
license=(GPL3)
depends=(pugixml fmt tidy)
makedepends=(meson pybind11)
source=(https://gitlab.com/gabmus/syndication-domination/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('eb8a1d6b3ebc2e3997397b07fe75eb62e4c788ee37d8b2a12e72becd65cf479f')
build() {
meson build $pkgname-$pkgver \
--prefix=/usr
meson compile -C build
}
package() {
meson install -C build --destdir "$pkgdir"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment