mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 06:14:25 +02:00
Start of package
This commit is contained in:
parent
986f3cc01e
commit
b280f95403
5 changed files with 144 additions and 0 deletions
30
APKBUILD
Normal file
30
APKBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Contributor: Michael Homer <mwh@mwh.geek.nz>
|
||||
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||
pkgname=dragon-drag-and-drop
|
||||
pkgver=1.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="dragon - simple drag-and-drop source/sink for X or Wayland"
|
||||
url="https://github.com/mwh/dragon"
|
||||
arch="all"
|
||||
license="GPL-3.0"
|
||||
makedepends="gtk+3.0-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://alpine.voidcruiser.nl/src/dragon-drag-and-drop-$pkgver.tar.gz"
|
||||
options="!check"
|
||||
|
||||
#prepare(){
|
||||
# default_prepare
|
||||
#}
|
||||
|
||||
build() {
|
||||
echo "$pkgdir"
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
make install PREFIX=/usr DESTDIR="$pkgdir"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
cc1c938060f9df34df7bd76909cc5b2c229c3668cc18bdfc1875233bc1dadd41573b9fefa80ed4488e54916962ad4f0fd5579f41d1ab0c4debd66886c51702dd dragon-drag-and-drop-1.2.0.tar.gz
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue