Skip to content
Snippets Groups Projects
Commit 2b803beb authored by prspkt's avatar prspkt Committed by Natanael Copa
Browse files

main/gptfdisk: clarify license, use https

parent 831a1095
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,12 @@ pkgver=1.0.4
pkgrel=0
pkgdesc="A text-mode partitioning tool that works on Globally Unique Identifier (GUID) Partition Table (GPT) disks"
arch="all"
url="http://www.rodsbooks.com/gdisk/"
url="https://www.rodsbooks.com/gdisk"
options="!check" # No test suite.
license="GPL-2.0+"
license="GPL-2.0-or-later"
makedepends="ncurses-dev e2fsprogs-dev popt-dev linux-headers"
subpackages="$pkgname-doc sgdisk"
source="http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
source="https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz"
build() {
cd "$builddir"
......@@ -20,7 +20,7 @@ package() {
cd "$builddir"
mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man8
for i in gdisk cgdisk sgdisk fixparts; do
local i; for i in gdisk cgdisk sgdisk fixparts; do
install $i "$pkgdir"/usr/bin/
install $i.8 "$pkgdir"/usr/share/man/man8/
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment