summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 65f3c053d809d89e39f683434addb01092023c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
pkgname="feed2tweet"
pkgver=1.1
pkgrel=2
pkgdesc="Parse rss feed and tweet new posts to Twitter"
url="https://gitlab.com/chaica/feed2tweet"
arch=('any')
license=('GPL3')
depends=('python' 'python-persistentlist' 'python-tweepy' 'python-feedparser')
makedepends=('python' 'python-setuptools')
source=(
    "https://files.pythonhosted.org/packages/b5/4f/d7254341629ac5e73e0222efbbbf22adc8143f34366346b46df112b9110e/feed2tweet-1.1.tar.gz"
)

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  python3 setup.py build
  python3 setup.py install --prefix=/usr --root="${pkgdir}"
}

sha256sums=("d15e35ef8a34b6475af5afb45f38c362eff47163905a5ba781896366bf274a9f")