Compare commits
3 Commits
9a43cd53f8
...
b39030aeaa
Author | SHA1 | Date | |
---|---|---|---|
b39030aeaa | |||
2f59a762cd | |||
ab26f8a2af |
11
AUR/PKGBUILD
11
AUR/PKGBUILD
@ -10,8 +10,8 @@ licence=('GPLv2')
|
||||
depends=('glib2' 'gtk3' 'cairo')
|
||||
makedepends=('cmake' 'git')
|
||||
privides=('gds-render')
|
||||
source=("${pkgname}-git"::"git+https://git.shimatta.de/mhu/gds-render.git#recursive")
|
||||
sha1sums=('SKIP')
|
||||
source=("${pkgname}-git"::"git+https://git.shimatta.de/mhu/gds-render.git" "https://git.shimatta.de/3rd-party/libfort.git")
|
||||
sha1sums=('SKIP' 'SKIP')
|
||||
|
||||
pkgver () {
|
||||
_date=`date +"%Y%m%d"`
|
||||
@ -26,6 +26,13 @@ build () {
|
||||
make
|
||||
}
|
||||
|
||||
prepare () {
|
||||
cd "${pkgname}-git"
|
||||
git submodule init
|
||||
git config submodule.libfort.url "$srcdir/libfort"
|
||||
git submodule update
|
||||
}
|
||||
|
||||
package () {
|
||||
cd "$srcdir/$pkgname-git/build"
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
Loading…
Reference in New Issue
Block a user