mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
rm fastqt
This commit is contained in:
parent
50f5b2fae1
commit
7f4e95ab12
3 changed files with 0 additions and 49 deletions
|
@ -1,31 +0,0 @@
|
|||
# Maintainer: Stunts <f.pinamartins@gmail.com>
|
||||
|
||||
pkgname=fastqt
|
||||
pkgver=0.2.3
|
||||
pkgrel=2
|
||||
pkgdesc="FastQC port to Qt5: A quality control tool for high throughput sequence data."
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
url="https://github.com/labsquare/fastQt"
|
||||
depends=('qt5-charts' 'karchive' 'hicolor-icon-theme' 'qt5-svg')
|
||||
source=(https://github.com/labsquare/fastQt/archive/${pkgver}.tar.gz)
|
||||
sha256sums=('58b20dd5ece5aaf040ec8435de913170614e2a3217feeb6a00bc17f3eca87af0')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/FastQt-${pkgver}"
|
||||
echo ${pkgdir}
|
||||
sed -i "s|target.path.*|target.path = ${pkgdir}/usr/bin|g" FastQt.pro
|
||||
sed -i "s|desktop.path.*|desktop.path = ${pkgdir}/usr/share/applications|g" FastQt.pro
|
||||
sed -i "s|icons.path.*|icons.path = ${pkgdir}/usr/share/icons/hicolor/48x48/apps|g" FastQt.pro
|
||||
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/FastQt-${pkgver}"
|
||||
qmake
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/FastQt-${pkgver}"
|
||||
make install
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
from lilaclib import *
|
||||
|
||||
def pre_build():
|
||||
update_pkgver_and_pkgrel(_G.newver.lstrip('v'))
|
||||
run_cmd(['updpkgsums'])
|
||||
|
||||
def post_build():
|
||||
git_add_files('PKGBUILD')
|
||||
git_commit()
|
|
@ -1,8 +0,0 @@
|
|||
build_prefix: extra-x86_64
|
||||
maintainers:
|
||||
- github: starsareintherose
|
||||
email: starsareintherose@outlook.com
|
||||
update_on:
|
||||
- source: github
|
||||
github: labsquare/fastQt
|
||||
use_latest_release: true
|
Loading…
Add table
Reference in a new issue