Relicense FeedTheMonkey from BSD to GPLv3
This commit is contained in:
parent
b19e3dd06c
commit
818ef06189
19 changed files with 982 additions and 36 deletions
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Jeena Paradies <spam@jeenaparadies.net>
|
||||
# Maintainer: Jeena <hello@jeena.net>
|
||||
|
||||
pkgname=feedthemonkey
|
||||
_name=FeedTheMonkey
|
||||
pkgver=2.1.0
|
||||
pkgver=2.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="Desktop client for the TinyTinyRSS reader"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://jabs.nu/feedthemonkey"
|
||||
license=('BSD')
|
||||
license=('GPL3')
|
||||
depends=('qt5-declarative' 'qt5-quick1' 'qt5-quickcontrols' 'qt5-webengine')
|
||||
source=("https://github.com/jeena/${_name}/archive/v${pkgver}.tar.gz")
|
||||
md5sums=('SKIP')
|
||||
|
@ -21,5 +21,5 @@ build() {
|
|||
package() {
|
||||
cd "${_name}-$pkgver"
|
||||
make install
|
||||
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue