mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
15 lines
442 B
YAML
15 lines
442 B
YAML
name: "featurebase"
|
|
arch: "${GOARCH}"
|
|
platform: "${GOOS}"
|
|
version: "${VERSION}"
|
|
section: "default"
|
|
priority: "extra"
|
|
maintainer: "Molecula Corp. <info@molecula.com>"
|
|
description: "FeatureBase is a feature extraction and storage technology that enables real-time analytics."
|
|
vendor: "Molecula"
|
|
homepage: "https://molecula.com"
|
|
contents:
|
|
- src: ./featurebase
|
|
dst: /usr/local/bin/featurebase
|
|
- dst: /etc/featurebase.conf
|
|
type: ghost
|