freebsd-ports/databases/gosqlite3/pkg-plist
Baptiste Daroussin 3edc030b9f Cleanup plist
2014-10-20 10:41:12 +00:00

17 lines
722 B
Text

%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README
%%GO_SRCDIR%%/%%GO_PKGNAME%%/backup.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/database.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/database_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/errors.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/helpers_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/progress.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/query_parameter_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/result_column_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sql_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/sqlite3_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/statement.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/table.go