diff --git a/.drone.star b/.drone.star index 9660c9b..374ee25 100644 --- a/.drone.star +++ b/.drone.star @@ -68,16 +68,6 @@ pipeline = [{ ("covergen", "0"), ("seriesmeta", "1"), ]] + [{ - "name": "debian", - "image": "golang:%s-buster" % (go), - "environment": { - "GO111MODULE": "on", - }, - "commands": [ - "go install github.com/goreleaser/nfpm/cmd/nfpm", - "VERSION=$(cat build/version | tr -d v) nfpm pkg -f nfpm.yaml -t build/kepubify_$(cat build/version | tr -d v)_amd64.deb", - ], - }, { "name": "ls", "image": "golang:%s-buster" % (go), "commands": [ diff --git a/nfpm.yaml b/nfpm.yaml deleted file mode 100644 index 4b0948f..0000000 --- a/nfpm.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: kepubify -arch: amd64 -platform: linux -version: ${VERSION} -section: utils -priority: optional - -replaces: -provides: -depends: -recommends: -suggests: -conflicts: - -maintainer: Patrick Gaskin -description: | - Kepubify converts EPUBs to KEPUBs. -vendor: Patrick Gaskin -homepage: https://pgaskin.net/kepubify -license: MIT - -bindir: /usr/bin -files: - ./build/kepubify-linux-64bit: /usr/bin/kepubify - ./build/covergen-linux-64bit: /usr/bin/covergen - ./build/seriesmeta-linux-64bit: /usr/bin/seriesmeta -config_files: