summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 2ac14483ec1f1a4de316afadcfa022a50ff4c31b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pkgbase = shotpy
	pkgdesc = Python script to upload pictures or screenshots to Imgur.
	pkgver = 0.1
	pkgrel = 1
	url = https://github.com/AyushBhat/shotpy
	install = shotpy.install
	arch = any
	license = GPL
	depends = curl
	depends = grep
	depends = scrot
	depends = python>=3.6
	depends = libnotify
	depends = xclip
	optdepends = libnotify: for desktop notifications
	optdepends = scrot: for making screenshots
	optdepends = xclip: for copying screenshot URLs to clipboard
	source = git+https://github.com/AyushBhat/shotpy.git
	source = shotpy.desktop
	source = shotpy.png
	md5sums = SKIP
	md5sums = 459431a977061e56894315ce151d9bef
	md5sums = 3780c9f2183f7d4705ab86ab077e3885

pkgname = shotpy