Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
01e086ca
Commit
01e086ca
authored
Dec 26, 2017
by
Francesco Colista
Browse files
testing/copyq: new aport
parent
60aa3d26
Changes
1
Hide whitespace changes
Inline
Side-by-side
testing/copyq/APKBUILD
0 → 100644
View file @
01e086ca
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
copyq
_pkgname
=
CopyQ
pkgver
=
3.1.2
pkgrel
=
0
pkgdesc
=
"Clipboard manager with searchable and editable history"
url
=
"https://github.com/hluk/CopyQ"
arch
=
"all"
license
=
"GPL3"
makedepends
=
"cmake qt5-qtscript-dev qt5-qttools-dev qt5-qtsvg-dev
libxfixes-dev libxtst-dev"
options
=
"!check"
#upstream does not provide check
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/hluk/
${
_pkgname
}
/archive/v
${
pkgver
}
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
prepare
()
{
default_prepare
mkdir
"
$builddir
"
/build
}
build
()
{
cd
"
$builddir
"
/build
cmake
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DWITH_QT5
=
TRUE
\
..
make
}
package
()
{
cd
"
$builddir
"
/build
make
DESTDIR
=
"
${
pkgdir
}
"
install
}
sha512sums
=
"3d1e37e5194dfff4269b1124f734308e42cb2daa0930dcc0a9b1261ddb40451187c358088a51d76f41ade6fb943b3617128a82f0fd4b06c6c097069616811933 copyq-3.1.2.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment